Package org.h2.api

Interface TableEngine


  • public interface TableEngine
    A class that implements this interface can create custom table implementations.
    • Method Detail

      • createTable

        org.h2.table.Table createTable​(org.h2.command.ddl.CreateTableData data)
        Create new table.
        Parameters:
        data - the data to construct the table
        Returns:
        the created table