|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.melati.poem.dbms.test.sql.Thrower
org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
public abstract class ThrowingDatabaseMetaDataJdbc4
The JDBC4 members of a DatabaseMetaData, decorated to throw an SQLException on command.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ThrowingDatabaseMetaDataJdbc4()
|
|
| Method Summary | ||
|---|---|---|
boolean |
autoCommitFailureClosesAllResultSets()
|
|
ResultSet |
getClientInfoProperties()
|
|
ResultSet |
getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern)
|
|
ResultSet |
getFunctions(String catalog,
String schemaPattern,
String functionNamePattern)
|
|
RowIdLifetime |
getRowIdLifetime()
|
|
ResultSet |
getSchemas(String catalog,
String schemaPattern)
|
|
boolean |
isWrapperFor(Class<?> iface)
|
|
boolean |
supportsStoredFunctionsUsingCallSyntax()
|
|
|
unwrap(Class<T> iface)
|
|
| Methods inherited from class org.melati.poem.dbms.test.sql.Thrower |
|---|
shouldThrow, startThrowing, startThrowingAfter, stopThrowing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThrowingDatabaseMetaDataJdbc4()
| Method Detail |
|---|
public boolean autoCommitFailureClosesAllResultSets()
throws SQLException
autoCommitFailureClosesAllResultSets in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.autoCommitFailureClosesAllResultSets()
public ResultSet getClientInfoProperties()
throws SQLException
getClientInfoProperties in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getClientInfoProperties()
public ResultSet getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern)
throws SQLException
getFunctionColumns in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getFunctionColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public ResultSet getFunctions(String catalog,
String schemaPattern,
String functionNamePattern)
throws SQLException
getFunctions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getFunctions(java.lang.String, java.lang.String, java.lang.String)
public RowIdLifetime getRowIdLifetime()
throws SQLException
getRowIdLifetime in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getRowIdLifetime()
public ResultSet getSchemas(String catalog,
String schemaPattern)
throws SQLException
getSchemas in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSchemas(java.lang.String, java.lang.String)
public boolean supportsStoredFunctionsUsingCallSyntax()
throws SQLException
supportsStoredFunctionsUsingCallSyntax in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsStoredFunctionsUsingCallSyntax()
public boolean isWrapperFor(Class<?> iface)
throws SQLException
isWrapperFor in interface WrapperSQLExceptionWrapper.isWrapperFor(java.lang.Class)
public <T> T unwrap(Class<T> iface)
throws SQLException
unwrap in interface WrapperSQLExceptionWrapper.unwrap(java.lang.Class)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||