|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 DatabaseMetaData
SQLException
DatabaseMetaData.autoCommitFailureClosesAllResultSets()
public ResultSet getClientInfoProperties() throws SQLException
getClientInfoProperties
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getClientInfoProperties()
public ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) throws SQLException
getFunctionColumns
in interface DatabaseMetaData
SQLException
DatabaseMetaData.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 DatabaseMetaData
SQLException
DatabaseMetaData.getFunctions(java.lang.String, java.lang.String, java.lang.String)
public RowIdLifetime getRowIdLifetime() throws SQLException
getRowIdLifetime
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getRowIdLifetime()
public ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException
getSchemas
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSchemas(java.lang.String, java.lang.String)
public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLException
supportsStoredFunctionsUsingCallSyntax
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsStoredFunctionsUsingCallSyntax()
public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
Wrapper.isWrapperFor(java.lang.Class)
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap
in interface Wrapper
SQLException
Wrapper.unwrap(java.lang.Class)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |