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.| Constructor and Description |
|---|
SqlUtil.DatabaseMetaDataInvocationHandler(String databaseProductName,
String identifierQuoteString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseProductName() |
String |
getIdentifierQuoteString() |
invoke, noMethodpublic String getDatabaseProductName() throws SQLException
SQLExceptionpublic String getIdentifierQuoteString() throws SQLException
SQLExceptionCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.