Specifies the schema of a table and provides constants defining the names of system tables.
public interface TableSchema
All members of the TableSchema interface, including all inherited members.
Name | Description |
---|---|
Contains the name of the system table containing information about publication articles. | |
Contains the name of the system table containing information about the table columns in the database. | |
Contains the name of the system table containing information about foreign key columns. | |
Contains the name of the system table containing information about foreign keys in the database. | |
Contains the name of the system table containing information about the index columns in the database. | |
Contains the name of the system table containing information about 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 about database publications. | |
Contains the name of the system table containing information about the tables in the database. | |
Contains the name of the system table containing information about 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. |
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 © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |