Package com.sap.cds.jdbc.h2
Class H2DbContext
java.lang.Object
com.sap.cds.jdbc.generic.GenericDbContext
com.sap.cds.jdbc.h2.H2DbContext
- All Implemented Interfaces:
DbContext
-
Field Summary
Fields inherited from class com.sap.cds.jdbc.generic.GenericDbContext
config -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sap.cds.jdbc.generic.GenericDbContext
createSearchResolver, createTableNameResolver, getPredicateMapper, getScalarValueResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.jdbc.spi.DbContext
casing, getTableFunctionMapper, subDialect
-
Constructor Details
-
H2DbContext
-
-
Method Details
-
getFunctionMapper
- Specified by:
getFunctionMapperin interfaceDbContext- Overrides:
getFunctionMapperin classGenericDbContext
-
getStatementResolver
- Specified by:
getStatementResolverin interfaceDbContext- Overrides:
getStatementResolverin classGenericDbContext
-
getExceptionAnalyzer
- Specified by:
getExceptionAnalyzerin interfaceDbContext- Overrides:
getExceptionAnalyzerin classGenericDbContext
-
getCapabilities
- Specified by:
getCapabilitiesin interfaceDbContext- Overrides:
getCapabilitiesin classGenericDbContext
-
getSessionVariableSetter
- Specified by:
getSessionVariableSetterin interfaceDbContext- Overrides:
getSessionVariableSetterin classGenericDbContext
-
getSqlMapping
- Specified by:
getSqlMappingin interfaceDbContext- Overrides:
getSqlMappingin classGenericDbContext
-
getBinder
- Specified by:
getBinderin interfaceDbContext- Overrides:
getBinderin classGenericDbContext
-