Represents the schema of an UltraLite table.
public class ULTableSchema : ULResultSetSchema
All members of ULTableSchema class, including all inherited members.
Name | Description |
---|---|
Destroys this object. | |
Gets the number of columns in the result set or table. | |
Gets the default value for the column if it exists. | |
Gets the type of column default. | |
Gets the default value for the column if it exists. | |
Gets the 1-based column ID from its name. | |
Gets the name of a column given its 1-based ID. | |
Gets the name of a column given its 1-based ID. | |
Gets the precision of a numeric column. | |
Gets the scale of a numeric column. | |
Gets the size of the column. | |
Gets the SQL type of a column. | |
Gets the storage/host variable type of a column. | |
Gets the connection object. | |
Gets the partition size. | |
Gets the number of indexes in the table. | |
Gets the schema of an index given its name. | |
Gets the name of the table. | |
Gets the name of the table. | |
Gets the next index (schema) in the table. | |
Determines the best index to use for searching for a column value. | |
Determines the best index to use for searching for a column value. | |
Gets the primary key for the table. | |
Gets the publication predicate as a string. | |
Gets the table synchronization type. | |
Checks whether the table is contained in the named publication. | |
Indicates whether the column in a result set was given an alias. | |
Checks whether the column is contained in the named index. | |
Checks whether the specified column is nullable. |
Close method
GetColumnDefault method
GetColumnDefaultType method
GetColumnDefaultW2 method
GetGlobalAutoincPartitionSize method
GetIndexCount method
GetIndexSchema method
GetName method
GetNameW2 method
GetNextIndex method
GetOptimalIndex method
GetOptimalIndexW2 method
GetPrimaryKey method
GetPublicationPredicate method
GetTableSyncType method
InPublication method
IsColumnInIndex method
IsColumnNullable method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |