Class SqlSystemTableEngine

  • All Implemented Interfaces:
    org.h2.api.TableEngine

    public class SqlSystemTableEngine
    extends Object
    implements org.h2.api.TableEngine
    H2 table engine for system views.
    • Constructor Detail

      • SqlSystemTableEngine

        public SqlSystemTableEngine()
    • Method Detail

      • createTable

        public org.h2.table.Table createTable​(org.h2.command.ddl.CreateTableData data)
        Specified by:
        createTable in interface org.h2.api.TableEngine