| |
|
| org.axiondb.functional.AbstractFunctionalTest org.axiondb.functional.TestTransactionalLobs
All known Subclasses: org.axiondb.functional.TestTransactionalLobsDisk,
TestTransactionalLobs | public class TestTransactionalLobs extends AbstractFunctionalTest (Code) | | version: $Revision: 1.4 $ $Date: 2003/11/07 08:11:12 $ author: Rodney Waldhoff |
TestTransactionalLobs | public TestTransactionalLobs(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testBlobDeleteIsolation | public void testBlobDeleteIsolation() throws Exception(Code) | | |
testBlobInsertIsolation | public void testBlobInsertIsolation() throws Exception(Code) | | |
testBlobInsertRollback | public void testBlobInsertRollback() throws Exception(Code) | | |
testBlobUpdateIsolation | public void testBlobUpdateIsolation() throws Exception(Code) | | |
testClobDeleteIsolation | public void testClobDeleteIsolation() throws Exception(Code) | | |
testClobInsertIsolation | public void testClobInsertIsolation() throws Exception(Code) | | |
testClobInsertRollback | public void testClobInsertRollback() throws Exception(Code) | | |
testClobUpdateIsolation | public void testClobUpdateIsolation() throws Exception(Code) | | |
testSimpleBlobInsert | public void testSimpleBlobInsert() throws Exception(Code) | | |
testSimpleClobInsert | public void testSimpleClobInsert() 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)
|
|
|
|