public static class SqlUtil.DatabaseMetaDataInvocationHandler extends BarfingInvocationHandler
DatabaseMetaData methods; invocations of other
methods will fall through to the base class,
BarfingInvocationHandler, which will throw
an error.| Modifier and Type | Field and Description |
|---|---|
private String |
databaseProductName |
private String |
identifierQuoteString |
| Constructor and Description |
|---|
DatabaseMetaDataInvocationHandler(String databaseProductName,
String identifierQuoteString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseProductName() |
String |
getIdentifierQuoteString() |
invoke, noMethodprivate final String databaseProductName
private final String identifierQuoteString
public String getDatabaseProductName() throws SQLException
SQLExceptionpublic String getIdentifierQuoteString() throws SQLException
SQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.