Uses of Class
org.apache.ignite.internal.processors.query.h2.H2TableDescriptor
-
Packages that use H2TableDescriptor Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.opt -
-
Uses of H2TableDescriptor in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return H2TableDescriptor Modifier and Type Method Description @Nullable H2TableDescriptorH2SchemaManager. tableForType(String schemaName, String cacheName, String type)Get table descriptor.Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type H2TableDescriptor Modifier and Type Method Description static GridH2TableH2TableEngine. createTable(Connection conn, String sql, GridH2RowDescriptor rowDesc, H2TableDescriptor tblDesc, IndexProcessor idxMgr)Creates table using given connection, DDL clause for given type descriptor and list of indexes.static StringH2Utils. generateFieldsQueryString(String qry, String tableAlias, H2TableDescriptor tbl)Generate SqlFieldsQuery string from SqlQuery.static StringH2Utils. tableCreateSql(H2TableDescriptor tbl)Prepare SQL statement for CREATE TABLE command. -
Uses of H2TableDescriptor in org.apache.ignite.internal.processors.query.h2.opt
Methods in org.apache.ignite.internal.processors.query.h2.opt that return H2TableDescriptor Modifier and Type Method Description H2TableDescriptorGridH2Table. tableDescriptor()Constructors in org.apache.ignite.internal.processors.query.h2.opt with parameters of type H2TableDescriptor Constructor Description GridH2Table(org.h2.command.ddl.CreateTableData createTblData, GridH2RowDescriptor desc, H2TableDescriptor tblDesc, GridCacheContextInfo<?,?> cacheInfo)Creates table.
-