Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.GridH2RowDescriptor
-
Packages that use GridH2RowDescriptor 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 GridH2RowDescriptor in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type GridH2RowDescriptor 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. -
Uses of GridH2RowDescriptor in org.apache.ignite.internal.processors.query.h2.opt
Methods in org.apache.ignite.internal.processors.query.h2.opt that return GridH2RowDescriptor Modifier and Type Method Description protected GridH2RowDescriptorGridH2IndexBase. rowDescriptor()GridH2RowDescriptorGridH2Table. rowDescriptor()Constructors in org.apache.ignite.internal.processors.query.h2.opt with parameters of type GridH2RowDescriptor Constructor Description GridH2Table(org.h2.command.ddl.CreateTableData createTblData, GridH2RowDescriptor desc, H2TableDescriptor tblDesc, GridCacheContextInfo<?,?> cacheInfo)Creates table.H2CacheRow(GridH2RowDescriptor desc, CacheDataRow row)Constructor.
-