Class TestTableEngines.OneRowTableEngine

  • All Implemented Interfaces:
    TableEngine
    Enclosing class:
    TestTableEngines

    public static class TestTableEngines.OneRowTableEngine
    extends java.lang.Object
    implements TableEngine
    A test table factory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.h2.test.db.TestTableEngines.OneRowTableEngine.OneRowTable createTable​(CreateTableData data)
      Create a new OneRowTable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OneRowTableEngine

        public OneRowTableEngine()
    • Method Detail

      • createTable

        public org.h2.test.db.TestTableEngines.OneRowTableEngine.OneRowTable createTable​(CreateTableData data)
        Create a new OneRowTable.
        Specified by:
        createTable in interface TableEngine
        Parameters:
        data - the meta data of the table to create
        Returns:
        the new table