| Constructor and Description |
|---|
DatabaseSpecificOptions(java.sql.Connection connection,
DatabaseSpecificOverrideOptions databaseSpecificOverrideOptions) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifierQuoteString() |
Identifiers |
getIdentifiers()
Identifier quoting using the default quoting strategy, but with the
correct quote string for the database.
|
TypeMap |
getTypeMap() |
boolean |
isSupportsCatalogs() |
boolean |
isSupportsSchemas() |
java.lang.String |
toString() |
public DatabaseSpecificOptions(java.sql.Connection connection,
DatabaseSpecificOverrideOptions databaseSpecificOverrideOptions)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getIdentifierQuoteString()
public Identifiers getIdentifiers()
public TypeMap getTypeMap()
public boolean isSupportsCatalogs()
public boolean isSupportsSchemas()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2018 Sualeh Fatehi. All rights reserved.