public static class TestContext.DatabaseMetaDataInvocationHandler extends DelegatingInvocationHandler
| Constructor and Description | 
|---|
TestContext.DatabaseMetaDataInvocationHandler(Dialect.DatabaseProduct product)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDatabaseProductName()
Proxy for  
DatabaseMetaData.getDatabaseProductName(). | 
String | 
getDatabaseProductVersion()
Proxy for  
DatabaseMetaData.getDatabaseProductVersion(). | 
String | 
getDriverName()
Proxy for  
DatabaseMetaData.getDriverName(). | 
String | 
getIdentifierQuoteString()
Proxy for  
DatabaseMetaData.getIdentifierQuoteString(). | 
int | 
getMaxColumnNameLength()
Proxy for  
DatabaseMetaData.getMaxColumnNameLength(). | 
boolean | 
isReadOnly()
Proxy for  
DatabaseMetaData.isReadOnly(). | 
boolean | 
supportsResultSetConcurrency(int type,
                            int concurrency)
 | 
getTarget, invokeTestContext.DatabaseMetaDataInvocationHandler(Dialect.DatabaseProduct product)
public boolean supportsResultSetConcurrency(int type,
                                   int concurrency)
public String getDatabaseProductName()
DatabaseMetaData.getDatabaseProductName().public String getIdentifierQuoteString()
DatabaseMetaData.getIdentifierQuoteString().public String getDatabaseProductVersion()
DatabaseMetaData.getDatabaseProductVersion().public boolean isReadOnly()
DatabaseMetaData.isReadOnly().public int getMaxColumnNameLength()
DatabaseMetaData.getMaxColumnNameLength().public String getDriverName()
DatabaseMetaData.getDriverName().