| java.lang.Object org.apache.derbyTesting.functionTests.tests.jdbc4.TestPreparedStatementMethods
TestPreparedStatementMethods | public class TestPreparedStatementMethods (Code) | | This class is used to test the implementations of the JDBC 4.0 methods
in the PreparedStatement interface
|
startEmbeddedTestMethods | void startEmbeddedTestMethods(Connection conn_main)(Code) | | |
t_Blob_setMethods_Embedded | void t_Blob_setMethods_Embedded(Connection conn)(Code) | | |
t_Clob_setMethods_Embedded | void t_Clob_setMethods_Embedded(Connection conn)(Code) | | |
t_isPoolable | void t_isPoolable()(Code) | | |
t_setBlob | void t_setBlob()(Code) | | |
t_setClob | void t_setClob()(Code) | | |
t_setNCharacterStream | void t_setNCharacterStream()(Code) | | |
t_setNClob1 | void t_setNClob1()(Code) | | |
t_setNClob2 | void t_setNClob2()(Code) | | |
t_setNString | void t_setNString()(Code) | | |
t_setPoolable | void t_setPoolable()(Code) | | |
t_setSQLXML | void t_setSQLXML()(Code) | | |
t_wrapper | void t_wrapper()(Code) | | Tests the wrapper methods isWrapperFor and unwrap. There are two cases
to be tested
Case 1: isWrapperFor returns true and we call unwrap
Case 2: isWrapperFor returns false and we call unwrap
|
|
|