org.apache.derbyTesting.junit .BaseJDBCTestCase org.apache.derbyTesting.functionTests.tests.jdbc4 .ResultSetTest ResultSetTest public class ResultSetTest extends BaseJDBCTestCase (Code) Tests of JDBC4 features in ResultSet.
Some utility methods have been introduced for the updateXXX test-methods.
This test also makes use of a TestSetup wrapper to perform one-time
setup and teardown for the whole suite.
ResultSetTest public ResultSetTest(String name)(Code) Create test with given name.
Parameters: name - name of the test.
embeddedUpdateBlob public void embeddedUpdateBlob() throws Exception (Code) This methods tests the ResultSet interface method
updateBlob
throws: SQLException - if some error occurs while calling the method
embeddedUpdateBlobStringParameterName public void embeddedUpdateBlobStringParameterName() throws Exception (Code) This methods tests the ResultSet interface method
updateBlob
throws: SQLException - if some error occurs while calling the method
embeddedUpdateClob public void embeddedUpdateClob() throws Exception (Code) This methods tests the ResultSet interface method
updateClob
throws: SQLException - if some error occurs while calling the method
embeddedUpdateClobStringParameterName public void embeddedUpdateClobStringParameterName() throws Exception (Code) This methods tests the ResultSet interface method
updateClob
throws: SQLException - if some error occurs while calling the method
suite public static Test suite()(Code)
testGetNCharacterStreamIntNotImplemented public void testGetNCharacterStreamIntNotImplemented() throws SQLException (Code)
testGetNCharaterStreamStringNotImplemented public void testGetNCharaterStreamStringNotImplemented() throws SQLException (Code)
testGetNClobNotIntImplemented public void testGetNClobNotIntImplemented() throws SQLException (Code)
testGetNClobStringNotImplemented public void testGetNClobStringNotImplemented() throws SQLException (Code)
testGetNStringIntNotImplemented public void testGetNStringIntNotImplemented() throws SQLException (Code)
testGetNStringStringNotImplemented public void testGetNStringStringNotImplemented() throws SQLException (Code)
testGetSQLXMLIntNotImplemented public void testGetSQLXMLIntNotImplemented() throws SQLException (Code)
testGetSQLXMLStringNotImplemented public void testGetSQLXMLStringNotImplemented() throws SQLException (Code)
testUpdateAsciiStream public void testUpdateAsciiStream() throws Exception (Code) This methods tests the ResultSet interface method
updateAsciiStream
throws: SQLException - if some error occurs while calling the method
testUpdateAsciiStreamStringParameterName public void testUpdateAsciiStreamStringParameterName() throws Exception (Code) This methods tests the ResultSet interface method
updateAsciiStream
throws: SQLException - if some error occurs while calling the method
testUpdateBinaryStream public void testUpdateBinaryStream() throws Exception (Code) This methods tests the ResultSet interface method
updateBinaryStream
throws: SQLException - if some error occurs while calling the method
testUpdateBinaryStreamLengthless public void testUpdateBinaryStreamLengthless() throws IOException , SQLException (Code) Test updateBinaryStream
on a BINARY column, without
specifying length of inputstream.
testUpdateBinaryStreamLengthlessBlob public void testUpdateBinaryStreamLengthlessBlob() throws IOException , SQLException (Code) Test updateBinaryStream
on a BLOB column, without
specifying length of inputstream.
testUpdateBinaryStreamStringParameterName public void testUpdateBinaryStreamStringParameterName() throws Exception (Code) This methods tests the ResultSet interface method
updateBinaryStream
throws: SQLException - if some error occurs while calling the method
testUpdateBlobLengthless public void testUpdateBlobLengthless() throws Exception (Code)
testUpdateBlobWithStreamLengthlessParameterName public void testUpdateBlobWithStreamLengthlessParameterName() throws Exception (Code)
testUpdateCharacterStream public void testUpdateCharacterStream() throws Exception (Code) This methods tests the ResultSet interface method
updateCharacterStream
throws: SQLException - if some error occurs while calling the method
testUpdateCharacterStreamLengthlessParameterName public void testUpdateCharacterStreamLengthlessParameterName() throws IOException , SQLException (Code)
testUpdateCharacterStreamStringParameterName public void testUpdateCharacterStreamStringParameterName() throws Exception (Code) This methods tests the ResultSet interface method
updateCharacterStream
throws: SQLException - if some error occurs while calling the method
testUpdateClobLengthless public void testUpdateClobLengthless() throws Exception (Code)
testUpdateClobLengthlessParameterName public void testUpdateClobLengthlessParameterName() throws Exception (Code)
testUpdateNCharacterStreamIntLengthLessNotImplemented public void testUpdateNCharacterStreamIntLengthLessNotImplemented() throws SQLException (Code)
testUpdateNCharacterStreamIntNotImplemented public void testUpdateNCharacterStreamIntNotImplemented() throws SQLException (Code)
testUpdateNCharacterStreamStringLengthlessNotImplemented public void testUpdateNCharacterStreamStringLengthlessNotImplemented() throws SQLException (Code)
testUpdateNCharacterStreamStringNotImplemented public void testUpdateNCharacterStreamStringNotImplemented() throws SQLException (Code)
testUpdateNClobIntLengthlessNotImplemented public void testUpdateNClobIntLengthlessNotImplemented() throws SQLException (Code)
testUpdateNClobIntNotImplemented public void testUpdateNClobIntNotImplemented() throws SQLException (Code)
testUpdateNClobStringLengthlessNotImplemented public void testUpdateNClobStringLengthlessNotImplemented() throws SQLException (Code)
testUpdateNClobStringNotImplemented public void testUpdateNClobStringNotImplemented() throws SQLException (Code)
testUpdateNStringIntNotImplemented public void testUpdateNStringIntNotImplemented() throws SQLException (Code)
testUpdateNStringStringNotImplemented public void testUpdateNStringStringNotImplemented() throws SQLException (Code)
testUpdateSQLXMLIntNotImplemented public void testUpdateSQLXMLIntNotImplemented() throws SQLException (Code)
testUpdateSQLXMLStringNotImplemented public void testUpdateSQLXMLStringNotImplemented() throws SQLException (Code)
Methods inherited from org.apache.derbyTesting.junit.BaseJDBCTestCase public void assertCompileError(String sqlState, String query)(Code) (Java Doc) public static void assertEquals(Blob b1, Blob b2) throws IOException , SQLException (Code) (Java Doc) public static void assertEquals(Clob c1, Clob c2) throws IOException , SQLException (Code) (Java Doc) public static void assertSQLState(String message, String expected, SQLException exception)(Code) (Java Doc) public static void assertSQLState(String expected, SQLException exception)(Code) (Java Doc) public void commit() throws SQLException (Code) (Java Doc) public Statement createStatement() throws SQLException (Code) (Java Doc) public Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException (Code) (Java Doc) public Connection getConnection() throws SQLException (Code) (Java Doc) public Connection getConnection(String databaseName, String connAttrs) throws SQLException (Code) (Java Doc) public Connection getDefaultConnection(String connAttrs) throws SQLException (Code) (Java Doc) protected void initializeConnection(Connection conn) throws SQLException (Code) (Java Doc) public Connection openConnection(String databaseName) throws SQLException (Code) (Java Doc) public Connection openDefaultConnection() throws SQLException (Code) (Java Doc) public CallableStatement prepareCall(String sql) throws SQLException (Code) (Java Doc) public PreparedStatement prepareStatement(String sql) throws SQLException (Code) (Java Doc) public void rollback() throws SQLException (Code) (Java Doc) public int runSQLCommands(String sqlCommands) throws UnsupportedEncodingException , SQLException (Code) (Java Doc) public int runScript(InputStream script, String encoding) throws UnsupportedEncodingException , SQLException (Code) (Java Doc) protected void tearDown() throws java.lang.Exception (Code) (Java Doc) public static boolean usingDerbyNet()(Code) (Java Doc) public static boolean usingDerbyNetClient()(Code) (Java Doc) public static boolean usingEmbedded()(Code) (Java Doc)