Class SqlSystemTableEngine
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sys.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 Summary
Constructors Constructor Description SqlSystemTableEngine()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.h2.table.TablecreateTable(org.h2.command.ddl.CreateTableData data)static voidregisterView(Connection conn, SqlSystemView view)
-
-
-
Method Detail
-
registerView
public static void registerView(Connection conn, SqlSystemView view) throws SQLException
- Parameters:
conn- Connection.view- View.- Throws:
SQLException
-
createTable
public org.h2.table.Table createTable(org.h2.command.ddl.CreateTableData data)
- Specified by:
createTablein interfaceorg.h2.api.TableEngine
-
-