Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 45768 invoked from network); 31 May 2006 18:25:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 May 2006 18:25:06 -0000 Received: (qmail 39608 invoked by uid 500); 31 May 2006 18:25:06 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 39573 invoked by uid 500); 31 May 2006 18:25:05 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 39561 invoked by uid 99); 31 May 2006 18:25:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 11:25:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 11:25:05 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 81537D49DB for ; Wed, 31 May 2006 20:19:17 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Wed, 31 May 2006 19:19:17 -0000 Message-ID: <20060531191917.4499.12004@ajax.apache.org> Subject: [Db-derby Wiki] Update of "SystemTables" by MamtaSatoor X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by MamtaSatoor: http://wiki.apache.org/db-derby/SystemTables ------------------------------------------------------------------------------ is a foreign key referring to SYSSCHEMAS.SCHEMAID. SYSCONGLOMERATES has one row for each heap (base table) and index in - the database. Its primary key is CONGLOMERATEID, which is a - system-generated value. The TABLEID column is a foreign key referring - to SYSTABLES.TABLEID. The SCHEMAID column is a foreign key referring - to SYSSCHEMAS.SCHEMAID. The ISCONSTRAINT column tells whether the row - represents the backing index for a primary key, foreign key or unique - constraint. + the database. CONGLOMERATEID is a system-generated value. There is no + unique key defined on it but it contains unique values for the table. + The TABLEID column is a foreign key referring to SYSTABLES.TABLEID. + The SCHEMAID column is a foreign key referring to SYSSCHEMAS.SCHEMAID. + The ISCONSTRAINT column tells whether the row represents the backing + index for a primary key, foreign key or unique constraint. SYSKEYS has one row for each primary key or unique constraint in the database. Its primary key is CONSTRAINTID, which is also a foreign