| |
|
| org.axiondb.functional.AbstractFunctionalTest org.axiondb.functional.TestDMLMisc
TestDMLMisc | public class TestDMLMisc extends AbstractFunctionalTest (Code) | | Database Modification Language tests.
version: $Revision: 1.5 $ $Date: 2005/12/20 18:32:44 $ author: Ritesh Adval author: Ahimanikya Satapathy |
suite | public static Test suite()(Code) | | |
testAddBatchFailsImmediatelyOnParseError | public void testAddBatchFailsImmediatelyOnParseError() throws Exception(Code) | | |
testAlterTableOnAutonumberColumn | public void testAlterTableOnAutonumberColumn() throws Exception(Code) | | |
testAlterTableOnIndexedTable | public void testAlterTableOnIndexedTable() throws Exception(Code) | | |
testAutonumberColumn | public void testAutonumberColumn() throws Exception(Code) | | |
testAutonumberColumn2 | public void testAutonumberColumn2() throws Exception(Code) | | |
testAutonumberColumn3 | public void testAutonumberColumn3() throws Exception(Code) | | |
testCreateTableWithAlwaysGeneratedIdenity | public void testCreateTableWithAlwaysGeneratedIdenity() throws Exception(Code) | | |
testCreateTableWithGeneratedByDefaultIdenity | public void testCreateTableWithGeneratedByDefaultIdenity() throws Exception(Code) | | |
testDefalutValuesClauseInInsertCommand | public void testDefalutValuesClauseInInsertCommand() throws Exception(Code) | | |
testInsertSelectThreeTableJoinWithIsNullWhereCondition1 | public void testInsertSelectThreeTableJoinWithIsNullWhereCondition1() throws Exception(Code) | | |
testInsertSelectThreeTableJoinWithIsNullWhereCondition2 | public void testInsertSelectThreeTableJoinWithIsNullWhereCondition2() throws Exception(Code) | | |
testInsertSelectWithGroupBy | public void testInsertSelectWithGroupBy() throws Exception(Code) | | |
testInsertWithFunctions | public void testInsertWithFunctions() throws Exception(Code) | | |
testInsertWithLiteralDefault | public void testInsertWithLiteralDefault() throws Exception(Code) | | |
testInsertWithUnspecifiedColumns | public void testInsertWithUnspecifiedColumns() throws Exception(Code) | | |
testSqlExceptionWhenExistingRowsViolateNewConstraint | public void testSqlExceptionWhenExistingRowsViolateNewConstraint() throws Exception(Code) | | |
testTruncateOnIndexedTable | public void testTruncateOnIndexedTable() throws Exception(Code) | | |
test_insert_select_cases | public void test_insert_select_cases() throws Exception(Code) | | Tests insert-select when "case-when" used is used more than once in the Select
statement. To test Engine handles it without throwing duplicate "CASEWHEN"
alias/column name.
throws: Exception - |
test_insert_select_counts | public void test_insert_select_counts() throws Exception(Code) | | Tests insert-select when "count" function used is used more than once in the Select
statement. To test Engine handles it without throwing duplicate "CASEWHEN"
alias/column name.
throws: Exception - |
test_insert_select_maxs | public void test_insert_select_maxs() throws Exception(Code) | | Tests insert-select when "max" function used is used more than once in the Select
statement. To test Engine handles it without throwing duplicate "CASEWHEN"
alias/column name.
throws: Exception - |
test_insert_when_via_pstmt | public void test_insert_when_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)
|
|
|
|