Class CachedResultSetTableIT

java.lang.Object
org.dbunit.dataset.AbstractTableTest
org.dbunit.database.CachedResultSetTableIT

public class CachedResultSetTableIT extends AbstractTableTest
Since:
Apr 11, 2003
Version:
$Revision$
Author:
Manuel Laflamme
  • Constructor Details

    • CachedResultSetTableIT

      public CachedResultSetTableIT()
  • Method Details

    • createTable

      protected ITable createTable() throws Exception
      Description copied from class: AbstractTableTest
      Creates a table having 6 row and 4 column where columns are named "COLUMN1, COLUMN2, COLUMN3, COLUMN4" and values are string follwing this template "row ? col ?"
      Specified by:
      createTable in class AbstractTableTest
      Throws:
      Exception
    • convertString

      protected String convertString(String str) throws Exception
      Description copied from class: AbstractTableTest
      Returns the string converted as an identifier according to the metadata rules of the database environment. Most databases convert all metadata identifiers to uppercase. PostgreSQL converts identifiers to lowercase. MySQL preserves case.
      Overrides:
      convertString in class AbstractTableTest
      Parameters:
      str - The identifier.
      Returns:
      The identifier converted according to database rules.
      Throws:
      Exception
    • testGetMissingValue

      public void testGetMissingValue() throws Exception
      Specified by:
      testGetMissingValue in class AbstractTableTest
      Throws:
      Exception