public final class SQL92DatabaseType extends Object implements DatabaseType
| Constructor and Description |
|---|
SQL92DatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
SQL92DataSourceMetaData |
getDataSourceMetaData(String url,
String username)
Get data source meta data.
|
Collection<String> |
getJdbcUrlPrefixes()
Get alias of JDBC URL prefixes.
|
String |
getName()
Get database name.
|
org.apache.shardingsphere.sql.parser.sql.common.constant.QuoteCharacter |
getQuoteCharacter()
Get quote character.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatTableNamePattern, getSchemapublic String getName()
DatabaseTypegetName in interface DatabaseTypepublic org.apache.shardingsphere.sql.parser.sql.common.constant.QuoteCharacter getQuoteCharacter()
DatabaseTypegetQuoteCharacter in interface DatabaseTypepublic Collection<String> getJdbcUrlPrefixes()
DatabaseTypegetJdbcUrlPrefixes in interface DatabaseTypepublic SQL92DataSourceMetaData getDataSourceMetaData(String url, String username)
DatabaseTypegetDataSourceMetaData in interface DatabaseTypeurl - URL of data sourceusername - username of data sourceCopyright © 2021 The Apache Software Foundation. All rights reserved.