The IDataBaseSchema type exposes the following members.

Methods

  NameDescription
Public methodGetColumns
Gets a description of the table columns available
Public methodGetForeignKeys
Gets a description of the foreign keys available
Public methodGetIndexColumns
Get a description of the given table's indices and statistics.
Public methodGetIndexInfo
Get a description of the given table's indices and statistics.
Public methodGetReservedWords
Get all reserved words
Public methodGetTableMetadata
Get the Table MetaData.
Public methodGetTables
Gets a description of the tables available for the catalog

Properties

  NameDescription
Public propertyColumnNameForTableName
The name of the column that represent the TABLE_NAME in the DataTable returned by GetTables(String, String, String, array<String>[]()[][]).
Public propertyStoresLowerCaseIdentifiers
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,
Public propertyStoresLowerCaseQuotedIdentifiers
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.
Public propertyStoresMixedCaseQuotedIdentifiers
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.
Public propertyStoresUpperCaseIdentifiers
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.
Public propertyStoresUpperCaseQuotedIdentifiers
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.

See Also