Uses of Interface
org.apache.ignite.internal.processors.query.h2.sys.view.SqlSystemView
-
Packages that use SqlSystemView Package Description org.apache.ignite.internal.processors.query.h2.sys org.apache.ignite.internal.processors.query.h2.sys.view -
-
Uses of SqlSystemView in org.apache.ignite.internal.processors.query.h2.sys
Fields in org.apache.ignite.internal.processors.query.h2.sys declared as SqlSystemView Modifier and Type Field Description protected SqlSystemViewSystemViewH2Adapter. viewMeta view.Methods in org.apache.ignite.internal.processors.query.h2.sys with parameters of type SqlSystemView Modifier and Type Method Description static voidSqlSystemTableEngine. registerView(Connection conn, SqlSystemView view)Constructors in org.apache.ignite.internal.processors.query.h2.sys with parameters of type SqlSystemView Constructor Description SystemViewH2Adapter(org.h2.command.ddl.CreateTableData data, SqlSystemView view) -
Uses of SqlSystemView in org.apache.ignite.internal.processors.query.h2.sys.view
Classes in org.apache.ignite.internal.processors.query.h2.sys.view that implement SqlSystemView Modifier and Type Class Description classFiltrableSystemViewLocal<R>Filtrable SQL system view to exportSystemViewdata.classSqlAbstractLocalSystemViewLocal system view base class (which uses only local node data).classSqlAbstractSystemViewMeta view base class.classSystemViewLocal<R>SQL system view to exportSystemViewdata.
-