Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 54228 invoked from network); 22 Dec 2007 10:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2007 10:34:04 -0000 Received: (qmail 97069 invoked by uid 500); 22 Dec 2007 10:33:53 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 97046 invoked by uid 500); 22 Dec 2007 10:33:53 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 97029 invoked by uid 99); 22 Dec 2007 10:33:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Dec 2007 02:33:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Dec 2007 10:33:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B0C9714187 for ; Sat, 22 Dec 2007 02:33:43 -0800 (PST) Message-ID: <22212002.1198319623305.JavaMail.jira@brutus> Date: Sat, 22 Dec 2007 02:33:43 -0800 (PST) From: "Guillaume Serre (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Created: (DDLUTILS-189) Platforms should contain the list of system schemas MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Platforms should contain the list of system schemas --------------------------------------------------- Key: DDLUTILS-189 URL: https://issues.apache.org/jira/browse/DDLUTILS-189 Project: DdlUtils Issue Type: New Feature Components: Core (No specific database) Affects Versions: 1.0 Reporter: Guillaume Serre Assignee: Thomas Dudziak Priority: Minor My application diplays the list of all the schemas a database contain. Some of these schemas are internal system schemas. For example, in a derby database, all schemas whose name starts with "SYS" should not be displayed. It would be good if the Platform object provide accessors for internal schemas. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.