Class ReduceTableEngine

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

    public class ReduceTableEngine
    extends Object
    implements org.h2.api.TableEngine
    Engine to create reduce table.
    • Constructor Detail

      • ReduceTableEngine

        public ReduceTableEngine()
    • Method Detail

      • create

        public static ReduceTableWrapper create​(Connection conn,
                                                int idx)
        Create merge table over the given connection with provided index.
        Parameters:
        conn - Connection.
        idx - Index.
        Returns:
        Created table.
      • createTable

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