Package org.apache.calcite.sql
Class SqlUtil.DatabaseMetaDataInvocationHandler
java.lang.Object
org.apache.calcite.util.BarfingInvocationHandler
org.apache.calcite.sql.SqlUtil.DatabaseMetaDataInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
SqlUtil
Handles particular
DatabaseMetaData
methods; invocations of other
methods will fall through to the base class,
BarfingInvocationHandler
, which will throw
an error.-
Constructor Summary
ConstructorDescriptionDatabaseMetaDataInvocationHandler
(String databaseProductName, String identifierQuoteString) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.calcite.util.BarfingInvocationHandler
invoke, noMethod
-
Constructor Details
-
DatabaseMetaDataInvocationHandler
-
-
Method Details
-
getDatabaseProductName
-
getIdentifierQuoteString
-