| |
|
| org.axiondb.functional.AbstractFunctionalTest org.axiondb.jdbc.TestAxionDatabaseMetaData
TestAxionDatabaseMetaData | public class TestAxionDatabaseMetaData extends AbstractFunctionalTest (Code) | | version: $Revision: 1.31 $ $Date: 2005/12/20 18:32:47 $ author: Rod Waldhoff author: Ahimanikya Satapathy |
TestAxionDatabaseMetaData | public TestAxionDatabaseMetaData(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testChangeVisibility | public void testChangeVisibility() throws Exception(Code) | | |
testGetBestRowIdentifier | public void testGetBestRowIdentifier() throws Exception(Code) | | |
testGetCatalogSeparator | public void testGetCatalogSeparator() throws Exception(Code) | | |
testGetColumnPrivileges | public void testGetColumnPrivileges() throws Exception(Code) | | |
testGetCrossReference | public void testGetCrossReference() throws Exception(Code) | | |
testGetDefaultTransactionIsolation | public void testGetDefaultTransactionIsolation() throws Exception(Code) | | |
testGetExportedKeys | public void testGetExportedKeys() throws Exception(Code) | | |
testGetExtraNameCharacters | public void testGetExtraNameCharacters() throws Exception(Code) | | |
testGetImportedKeys | public void testGetImportedKeys() throws Exception(Code) | | |
testGetNumericFunctions | public void testGetNumericFunctions() throws Exception(Code) | | |
testGetProcedureColumns | public void testGetProcedureColumns() throws Exception(Code) | | |
testGetProcedureTerm | public void testGetProcedureTerm() throws Exception(Code) | | |
testGetSearchStringEscape | public void testGetSearchStringEscape() throws Exception(Code) | | |
testGetStringFunctions | public void testGetStringFunctions() throws Exception(Code) | | |
testGetSystemFunctions | public void testGetSystemFunctions() throws Exception(Code) | | |
testGetTablePrivileges | public void testGetTablePrivileges() throws Exception(Code) | | |
testGetVersionColumns | public void testGetVersionColumns() throws Exception(Code) | | |
testGettTimeDateFunctions | public void testGettTimeDateFunctions() throws Exception(Code) | | |
testIsCatalogAtStart | public void testIsCatalogAtStart() throws Exception(Code) | | |
testNotSupportedFeatures | public void testNotSupportedFeatures() throws Exception(Code) | | |
testSupportedFeatures | public void testSupportedFeatures() throws Exception(Code) | | |
testSupportsResultSetConcurrency | public void testSupportsResultSetConcurrency() throws Exception(Code) | | |
testSupportsResultSetType | public void testSupportsResultSetType() 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)
|
|
|
|