Package org.h2.api

Interface TableEngine

    • Method Detail

      • createTable

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