The IDataBaseSchema type exposes the following members.
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.
|