Method Summary |
|
public static void | main(String[] args) |
public void | testBatch() Test batched statements. |
public void | testBatchDupKey() Test for bug [1371295] SQL Server continues after duplicate key error. |
public void | testBatchEsc() Test for bug [1180169] JDBC escapes not allowed with Sybase addBatch. |
public void | testCallStmtBatch() Test batched callable statements. |
public void | testCallStmtBatch2() Test batched callable statements where the call includes literal parameters which prevent the use of RPC calls. |
public void | testCallStmtNoParams() Test batched callable statements where the call has no parameters. |
public void | testConcurrentBatching() Test batched prepared statement concurrency. |
public void | testLargeBatch() Test large batch behavior. |
public void | testNoCount() The first statement in this batch does not return an update count. |
public void | testPrepStmtBatch() Test batched prepared statements. |
public void | testPrepStmtBatchDupKey() Test for bug [1371295] SQL Server continues after duplicate key error. |
public void | testPrepStmtNoParams() Test for PreparedStatement batch with no parameters. |
public void | testPrepStmtVariableParams() Test for PreparedStatement batch with variable parameter types. |
public void | testResultSetError() This test should generate an error as the second statement in the batch
returns a result set. |