The IDataBaseSchema type exposes the following members.

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