| Class | Description |
|---|---|
| DummyRDBMetadata |
For test purposes
|
| JdbcTypeMapper | Deprecated |
| ParserViewDefinition |
Represents a complex sub-query created by the SQL parser (not a database view!)
|
| QuotedIDFactoryMySQL |
Creates QuotedIdentifiers following the rules of MySQL:
- unquoted table identifiers are preserved - unquoted column identifiers are not case-sensitive - quoted identifiers are preserved |
| RDBMetadata | |
| RDBMetadataExtractionTools |
HSQLDB
http://www.hsqldb.org/doc/1.8/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.html
HSQLDB treats unquoted identifiers as case insensitive in SQL but stores them in upper case;
it treats quoted identifiers as case sensitive and stores them verbatim.
|
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.