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 SummaryConstructorsConstructorDescriptionDatabaseMetaDataInvocationHandler(String databaseProductName, String identifierQuoteString) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class org.apache.calcite.util.BarfingInvocationHandlerinvoke, noMethod
- 
Constructor Details- 
DatabaseMetaDataInvocationHandler
 
- 
- 
Method Details- 
getDatabaseProductName
- 
getIdentifierQuoteString
 
-