The SchemaTable class provides a description of a DATA-QWIK table. An instance of this class is returned by Db.getSchemaTable().
The table below describes the properties of a SchemaTable class instance. All properties are of type String, unless explicitly noted otherwise.
Ancestor |
|
Descendants |
None |
Properties |
Description |
ASCII code of character that delimits column values (type Number). | |
Total number of columns (type Number). | |
Database type (e.g., "Vendor"). | |
String that contains all different datatypes used by this table. | |
Date when the table was created (type Date). | |
Date when the table definition was last updated (type Date). | |
List of columns with a default value (type List). | |
Description of the table. | |
Record exists node reference. | |
Name of the filer routine. | |
Name of the M global where the data for this table is stored. | |
Boolean that indicates whether the table includes columns with datatype Blob (type Boolean). | |
Boolean that indicates whether the table includes columns with datatype Memo (type Boolean). | |
Boolean that indicates whether the table includes columns that use subfields (type Boolean). | |
Boolean that indicates whether automatic change logging is enabled for this table (type Boolean). | |
Name of the parent table (if any). | |
List of primary keys. | |
Name of the update publish routine. | |
Internal record type (e.g., 0, 10, 11, type Number). | |
List of required columns (i.e., columns with a NOT NULL constraint) (type List) | |
The system name associated with the file. | |
Name of the table. | |
Time the table definition was created (type Time). | |
Time the table definition was last modified (type Time). | |
Name of the user that created the table definition. | |
Name of the user that made the last modification to the table definition. | |
Name of the verification routine (used to verify access to column values of the table). | |
Methods |
Description |
None |
|