Uses of Class
com.exasol.sql.ValueTable
-
-
Uses of ValueTable in com.exasol.sql
Methods in com.exasol.sql that return ValueTable Modifier and Type Method Description ValueTableValueTable. appendRow(ValueTableRow row)Append aValueTableRowto theValueTable.ValueTableValueTable. appendRow(String... literals)Append a value table row consisting of value literals to the value table.Methods in com.exasol.sql with parameters of type ValueTable Modifier and Type Method Description voidValueTableVisitor. leave(ValueTable valueTable)Leave a value table.voidValueTableVisitor. visit(ValueTable valueTable)Visit a value table. -
Uses of ValueTable in com.exasol.sql.dml.insert
Fields in com.exasol.sql.dml.insert declared as ValueTable Modifier and Type Field Description protected ValueTableAbstractInsertValueTable. insertValueTableTable with values used in theINSERTstatementMethods in com.exasol.sql.dml.insert with parameters of type ValueTable Modifier and Type Method Description TAbstractInsertValueTable. valueTable(ValueTable table)Insert a value table. -
Uses of ValueTable in com.exasol.sql.dml.insert.rendering
Methods in com.exasol.sql.dml.insert.rendering with parameters of type ValueTable Modifier and Type Method Description voidInsertRenderer. leave(ValueTable valueTable)voidInsertRenderer. visit(ValueTable valueTable) -
Uses of ValueTable in com.exasol.sql.dml.merge.rendering
Methods in com.exasol.sql.dml.merge.rendering with parameters of type ValueTable Modifier and Type Method Description voidMergeRenderer. leave(ValueTable valueTable)voidMergeRenderer. visit(ValueTable valueTable) -
Uses of ValueTable in com.exasol.sql.dql.select
Methods in com.exasol.sql.dql.select with parameters of type ValueTable Modifier and Type Method Description FromClauseFromClause. valueTable(ValueTable valueTable)Create aFromClausefrom a value table.FromClauseFromClause. valueTableAs(ValueTable valueTable, String tableNameAlias, String... columnNameAliases)Create aFromClausefrom a value table and an alias. -
Uses of ValueTable in com.exasol.sql.dql.select.rendering
Methods in com.exasol.sql.dql.select.rendering with parameters of type ValueTable Modifier and Type Method Description voidSelectRenderer. leave(ValueTable valueTable)voidSelectRenderer. visit(ValueTable valueTable)
-