| |
|
| org.axiondb.functional.AbstractFunctionalTest org.axiondb.functional.TestDQL org.axiondb.functional.TestDQLWithArrayIndex
TestDQLWithArrayIndex | public class TestDQLWithArrayIndex extends TestDQL (Code) | | version: $Revision: 1.2 $ $Date: 2003/03/27 19:14:02 $ author: Rodney Waldhoff |
TestDQLWithArrayIndex | public TestDQLWithArrayIndex(String testName)(Code) | | |
suite | public static Test suite()(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)
|
|
|
|