Represents the schema of an UltraLite table.
public class TableSchema
All members of TableSchema class, including all inherited members.
Name | Description |
---|---|
Returns the number of columns in this table. | |
Returns the default value of the named column. | |
Returns the default value of the specified column. | |
Returns the 1-based column ID of the named column. | |
Returns the name of column identified by the specified column ID. | |
Returns the global autoincrement partition size assigned to the named column. | |
Returns the global autoincrement partition size assigned to the specified column. | |
Returns the precision of the named column. | |
Returns the precision of the specified column. | |
Returns the scale of the named column. | |
Returns the scale of the named column. | |
Returns the size of the named column. | |
Returns the size of the specified column. | |
Returns the SQL type of the named column. | |
Returns the SQL type of the specified column. | |
Gets the schema of an index given its name. | |
Returns the number of indexes on this table. | |
Returns the name of the index identified by the specified index ID. | |
Returns the name of this table. | |
Returns the schema of the best index to when searching for a column value. | |
Returns the index schema of the primary key for this table. | |
Returns the publication predicate stored for a given publication name. | |
Checks whether the database has been configured to upload rows that have not changed. | |
Checks whether the named column's default is set to autoincrement. | |
Checks whether the specified column's default is set to autoincrement. | |
Checks whether the specified column's default is set to the current date. | |
Checks whether the specified column defaults to the current date. | |
Checks whether the named column's default is set to the current time. | |
Checks whether the specified column's default is set to the current time. | |
Checks whether the named column's default is set to the current timestamp. | |
Checks whether the specified column's default is set to the current timestamp. | |
Checks whether the specified column's default is set to the current UTC timestamp. | |
Checks whether the named column's default is set to global autoincrement. | |
Checks whether the specified column's default is set to global autoincrement. | |
Checks whether the named column's default is set to a new UUID. | |
Checks whether the specified column's default is set to a new UUID. | |
Checks whether the named column is nullable. | |
Checks whether the specified column is nullable. | |
Checks whether this table is contained in the named publication. | |
Checks whether this table is marked as never being synchronized. | |
Checks whether this TableSchema is currently open. |
getColumnCount method
getColumnDefaultValue method
getColumnDefaultValueByColID method
getColumnID method
getColumnName method
getColumnPartitionSize method
getColumnPartitionSizeByColID method
getColumnPrecision method
getColumnPrecisionByColID method
getColumnScale method
getColumnScaleByColID method
getColumnSize method
getColumnSizeByColID method
getColumnSQLType method
getColumnSQLTypeByColID method
getIndex method
getIndexCount method
getIndexName method
getName method
getOptimalIndex method
getPrimaryKey method
getPublicationPredicate method
getUploadUnchangedRows method
isColumnAutoIncrement method
isColumnAutoIncrementByColID method
isColumnCurrentDate method
isColumnCurrentDateByColID method
isColumnCurrentTime method
isColumnCurrentTimeByColID method
isColumnCurrentTimestamp method
isColumnCurrentTimestampByColID method
isColumnCurrentUTCTimestamp method
isColumnGlobalAutoIncrement method
isColumnGlobalAutoIncrementByColID method
isColumnNewUUID method
isColumnNewUUIDByColID method
isColumnNullable method
isColumnNullableByColID method
isInPublication method
isNeverSynchronized method
isOpen method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |