| |
|
| org.axiondb.jdbc.TestAxionResultSet org.axiondb.jdbc.TestAxionResultSet_DelimitedFlatfile
TestAxionResultSet_DelimitedFlatfile | public class TestAxionResultSet_DelimitedFlatfile extends TestAxionResultSet (Code) | | author: Jonathan Giron version: $Revision: 1.2 $ |
TestAxionResultSet_DelimitedFlatfile | public TestAxionResultSet_DelimitedFlatfile(String testName)(Code) | | Constructor for TestAxionResultSet_DelimitedFlatfile.
Parameters: arg0 - |
createBasicTable | protected void createBasicTable() throws Exception(Code) | | Creates basic (scrollable, read-only) table for use in general ResultSet testing.
throws: Exception - if error occurs during table or ResultSet construction |
createEmptyTable | protected void createEmptyTable() throws Exception(Code) | | Creates empty table for use in testing position logic against a degenerate AxionResultSet.
throws: Exception - if error occurs during table or ResultSet construction |
createOneRowTable | protected void createOneRowTable() throws Exception(Code) | | Creates empty table for use in testing position logic against a degenerate AxionResultSet.
throws: Exception - if error occurs during table or ResultSet construction |
createUpdateTable | protected void createUpdateTable() throws Exception(Code) | | Constructs a table for use in testing updating methods in AxionResultSet.
throws: Exception - if error occurs during table or ResultSet construction |
getDatabaseDirectory | protected File getDatabaseDirectory()(Code) | | |
suite | public static Test suite()(Code) | | |
|
|
|