Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.GridSqlColumn
-
Packages that use GridSqlColumn Package Description org.apache.ignite.internal.processors.query.h2.affinity org.apache.ignite.internal.processors.query.h2.dml Contains routines for executing DML statements on top of H2.org.apache.ignite.internal.processors.query.h2.sql -
-
Uses of GridSqlColumn in org.apache.ignite.internal.processors.query.h2.affinity
Methods in org.apache.ignite.internal.processors.query.h2.affinity that return GridSqlColumn Modifier and Type Method Description static @Nullable GridSqlColumnPartitionExtractor. unwrapColumn(GridSqlAst ast)Unwrap column if possible. -
Uses of GridSqlColumn in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml with parameters of type GridSqlColumn Modifier and Type Method Description static GridSqlQueryDmlAstUtils. selectForInsertOrMerge(GridSqlColumn[] cols, List<GridSqlElement[]> rows, GridSqlQuery subQry)Create SELECT on which subsequent INSERT or MERGE will be based. -
Uses of GridSqlColumn in org.apache.ignite.internal.processors.query.h2.sql
Methods in org.apache.ignite.internal.processors.query.h2.sql that return GridSqlColumn Modifier and Type Method Description static GridSqlColumnSplitterUtils. column(String name)GridSqlColumn[]GridSqlAlterTableAddColumn. columns()GridSqlColumn[]GridSqlInsert. columns()GridSqlColumn[]GridSqlMerge. columns()Methods in org.apache.ignite.internal.processors.query.h2.sql that return types with arguments of type GridSqlColumn Modifier and Type Method Description ArrayList<GridSqlColumn>GridSqlUpdate. cols()LinkedHashMap<String,GridSqlColumn>GridSqlCreateTable. columns()Methods in org.apache.ignite.internal.processors.query.h2.sql with parameters of type GridSqlColumn Modifier and Type Method Description voidGridSqlAlterTableAddColumn. columns(GridSqlColumn[] cols)GridSqlInsertGridSqlInsert. columns(GridSqlColumn[] cols)GridSqlMergeGridSqlMerge. columns(GridSqlColumn[] cols)Method parameters in org.apache.ignite.internal.processors.query.h2.sql with type arguments of type GridSqlColumn Modifier and Type Method Description GridSqlUpdateGridSqlUpdate. cols(ArrayList<GridSqlColumn> cols)voidGridSqlCreateTable. columns(LinkedHashMap<String,GridSqlColumn> cols)
-