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 ValueTable
ValueTable. appendRow(ValueTableRow row)
Append aValueTableRow
to theValueTable
.ValueTable
ValueTable. 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 void
ValueTableVisitor. leave(ValueTable valueTable)
Leave a value table.void
ValueTableVisitor. 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 ValueTable
AbstractInsertValueTable. insertValueTable
Table with values used in theINSERT
statementMethods in com.exasol.sql.dml.insert with parameters of type ValueTable Modifier and Type Method Description T
AbstractInsertValueTable. 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 void
InsertRenderer. leave(ValueTable valueTable)
void
InsertRenderer. 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 void
MergeRenderer. leave(ValueTable valueTable)
void
MergeRenderer. 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 FromClause
FromClause. valueTable(ValueTable valueTable)
Create aFromClause
from a value table.FromClause
FromClause. valueTableAs(ValueTable valueTable, String tableNameAlias, String... columnNameAliases)
Create aFromClause
from 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 void
SelectRenderer. leave(ValueTable valueTable)
void
SelectRenderer. visit(ValueTable valueTable)
-