| |
|
| org.axiondb.functional.AbstractFunctionalTest org.axiondb.functional.TestDML
All known Subclasses: org.axiondb.functional.TestDMLWithBTreeIndex, org.axiondb.functional.TestDMLWithArrayIndex, org.axiondb.ext.indexes.ttree.TestDMLWithTTreeIndex, org.axiondb.functional.TestDMLDisk,
TestDML | public class TestDML extends AbstractFunctionalTest (Code) | | Database Modification Language tests.
version: $Revision: 1.58 $ $Date: 2005/12/20 18:32:44 $ author: Chuck Burdick author: Rodney Waldhoff |
suite | public static Test suite()(Code) | | |
testCreateIndexOnAlreadyPopulatedTable | public void testCreateIndexOnAlreadyPopulatedTable() throws Exception(Code) | | |
testInsertViaBatchPreparedStatement | public void testInsertViaBatchPreparedStatement() throws Exception(Code) | | |
testInsertViaBatchStatement | public void testInsertViaBatchStatement() throws Exception(Code) | | |
testInsertViaBatchStatementWithBadStatment | public void testInsertViaBatchStatementWithBadStatment() throws Exception(Code) | | |
testUpdateToFunction | public void testUpdateToFunction() throws Exception(Code) | | |
test_delete_from_foo_where_num_gteq_5 | public void test_delete_from_foo_where_num_gteq_5() throws Exception(Code) | | |
test_delete_via_pstmt | public void test_delete_via_pstmt() throws Exception(Code) | | |
test_insert_sequence_nextval | public void test_insert_sequence_nextval() throws Exception(Code) | | |
test_insert_via_pstmt | public void test_insert_via_pstmt() throws Exception(Code) | | |
test_insert_via_stmt | public void test_insert_via_stmt() throws Exception(Code) | | |
test_insert_without_colnames | public void test_insert_without_colnames() throws Exception(Code) | | |
test_update_key_via_pstmt | public void test_update_key_via_pstmt() throws Exception(Code) | | |
test_update_multiple_rows_to_sequence_nextval | public void test_update_multiple_rows_to_sequence_nextval() throws Exception(Code) | | |
test_update_to_sequence_nextval | public void test_update_to_sequence_nextval() throws Exception(Code) | | |
test_update_via_pstmt | public void test_update_via_pstmt() throws Exception(Code) | | |
Methods inherited from org.axiondb.functional.AbstractFunctionalTest | protected void assertException(String query)(Code)(Java Doc) protected void assertExceptionOnRead(String query) throws SQLException(Code)(Java Doc) protected void assertNRows(int n, String query) throws SQLException(Code)(Java Doc) protected void assertNRows(int n, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertNoRows(String query) throws SQLException(Code)(Java Doc) protected void assertNoRows(ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertNullResult(String query) throws SQLException(Code)(Java Doc) protected void assertObjectResult(Object expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertObjectResult(Object expected, String query) throws SQLException(Code)(Java Doc) protected void assertOneRow(String query) throws SQLException(Code)(Java Doc) protected void assertResult(Object[] expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertResult(Object[] expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(String expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertResult(String expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(int expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertResult(int expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(float expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(boolean expected, String query) throws SQLException(Code)(Java Doc) protected void createAndPopulateDual() throws Exception(Code)(Java Doc) protected void createIndexOnFoo() throws Exception(Code)(Java Doc) protected void createSequenceFooSeq() throws Exception(Code)(Java Doc) protected void createTableBar() throws Exception(Code)(Java Doc) protected void createTableFoo(boolean includeIndex) throws Exception(Code)(Java Doc) protected void createTableFoo() throws Exception(Code)(Java Doc) protected void createTableStates() throws Exception(Code)(Java Doc) protected void createTableWords() throws Exception(Code)(Java Doc) protected void createTableX() throws Exception(Code)(Java Doc) protected void createTableY() throws Exception(Code)(Java Doc) protected void createTableZ() throws Exception(Code)(Java Doc) protected boolean deleteFile(File file) throws Exception(Code)(Java Doc) protected void dropSequenceFooSeq() throws Exception(Code)(Java Doc) protected void dropTableX() throws Exception(Code)(Java Doc) protected void dropTableY() throws Exception(Code)(Java Doc) protected void dropTableZ() throws Exception(Code)(Java Doc) protected String getConnectString()(Code)(Java Doc) protected File getDatabaseDirectory()(Code)(Java Doc) protected void populateTableBar() throws Exception(Code)(Java Doc) protected void populateTableFoo() throws Exception(Code)(Java Doc) protected void populateTableStates() throws Exception(Code)(Java Doc) protected void populateTableWords() throws Exception(Code)(Java Doc) protected void populateTableX() throws Exception(Code)(Java Doc) protected void populateTableY() throws Exception(Code)(Java Doc) protected void populateTableZ() throws Exception(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) public void tearDown() throws Exception(Code)(Java Doc)
|
|
|
|