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 |
---|---|
Name of the system table containing information on publication articles. | |
Name of the system table containing information on the table columns in the database. | |
Name of the system table containing information on foreign key columns. | |
Name of the system table containing information on foreign keys in the database. | |
Name of the system table containing information on the index columns in the database. | |
Name of the system table containing information on the table indexes in the database. | |
Name of the primary key index of system tables. | |
Name of the system table containing information on database publications. | |
Name of the system table containing information on the tables in the database. | |
Name of the system table containing information on system values. | |
Type for internal system data. | |
Type for option system data. | |
Type for property system data. | |
Bit flag denoting a table is a no-sync table (table that is never synchronized). | |
Bit flag denoting 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 sysuldata
SYS_ARTICLES variable
SYS_COLUMNS variable
SYS_FKEY_COLUMNS variable
SYS_FOREIGN_KEYS variable
SYS_INDEX_COLUMNS variable
SYS_INDEXES 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_NOSYNC variable
TABLE_IS_SYSTEM variable
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |