The IDataBaseSchema type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetColumns |
Gets a description of the table columns available
|
![]() | GetForeignKeys |
Gets a description of the foreign keys available
|
![]() | GetIndexColumns |
Get a description of the given table's indices and statistics.
|
![]() | GetIndexInfo |
Get a description of the given table's indices and statistics.
|
![]() | GetReservedWords |
Get all reserved words
|
![]() | GetTableMetadata |
Get the Table MetaData.
|
![]() | GetTables |
Gets a description of the tables available for the catalog
|
Properties
Name | Description | |
---|---|---|
![]() | ColumnNameForTableName |
The name of the column that represent the TABLE_NAME in the DataTable
returned by GetTables(String, String, String, array<String>[]()[][]).
|
![]() | StoresLowerCaseIdentifiers |
In the Java language, this field indicates that the database treats mixed-case,
unquoted SQL identifiers as case-insensitive and stores them in lower case,
|
![]() | StoresLowerCaseQuotedIdentifiers |
In the Java language, this field indicates that the database treats mixed-case,
quoted SQL identifiers as case-insensitive and stores them in lower case.
|
![]() | StoresMixedCaseQuotedIdentifiers |
In the Java language, this field indicates that the database treats mixed-case,
quoted SQL identifiers as case-insensitive and stores them in mixed case.
|
![]() | StoresUpperCaseIdentifiers |
In the Java language, this field indicates that the database treats mixed-case,
unquoted SQL identifiers as case-insensitive and stores them in upper case.
|
![]() | StoresUpperCaseQuotedIdentifiers |
In the Java language, this field indicates that the database treats mixed-case,
quoted SQL identifiers as case-insensitive and stores them in upper case.
|