Specifies the schema of a table and provides constants defining the names of system tables.
public interface TableSchema
All members of TableSchema interface, including all inherited members.
Name | Description |
---|---|
Contains the name of the system table containing information on publication articles. | |
Contains the name of the system table containing information on the table columns in the database. | |
Contains the name of the system table containing information on foreign key columns. | |
Contains the name of the system table containing information on foreign keys in the database. | |
Contains the name of the system table containing information on the index columns in the database. | |
Contains the name of the system table containing information on the table indexes in the database. | |
Contains the name of the system table containing internal information. | |
Contains the name of the primary key index of system tables. | |
Contains the name of the system table containing information on database publications. | |
Contains the name of the system table containing information on the tables in the database. | |
Contains the name of the system table containing information on system values. | |
Contains the type for internal system data. | |
Contains the type for option system data. | |
Contains the type for property system data. | |
Denotes that a table is a download-only table (a table that is uploaded when synchronized). | |
Denotes that a table is a non-synchronizing table. | |
Denotes that a table is a system table. |
As of version 12, this interface only contains table-related constants. They include system table names, table flags, and types of data in the sysuldata system table.
SYS_ARTICLES variable
SYS_COLUMNS variable
SYS_FKEY_COLUMNS variable
SYS_FOREIGN_KEYS variable
SYS_INDEX_COLUMNS variable
SYS_INDEXES variable
SYS_INTERNAL variable
SYS_PRIMARY_INDEX variable
SYS_PUBLICATIONS variable
SYS_TABLES variable
SYS_ULDATA variable
SYS_ULDATA_INTERNAL variable
SYS_ULDATA_OPTION variable
SYS_ULDATA_PROPERTY variable
TABLE_IS_DOWNLOAD_ONLY variable
TABLE_IS_NOSYNC variable
TABLE_IS_SYSTEM variable
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |