Uses of Class
com.exasol.sql.ValueTableRow
-
Packages that use ValueTableRow Package Description com.exasol.sql com.exasol.sql.dml.insert.rendering com.exasol.sql.dml.merge.rendering com.exasol.sql.dql.select.rendering com.exasol.sql.rendering -
-
Uses of ValueTableRow in com.exasol.sql
Methods in com.exasol.sql that return ValueTableRow Modifier and Type Method Description ValueTableRowValueTableRow.Builder. build()Build a newValueTableRow.Methods in com.exasol.sql that return types with arguments of type ValueTableRow Modifier and Type Method Description List<ValueTableRow>ValueTable. getRows()Get a list of all rows in the value table.Methods in com.exasol.sql with parameters of type ValueTableRow Modifier and Type Method Description ValueTableValueTable. appendRow(ValueTableRow row)Append aValueTableRowto theValueTable.voidValueTableVisitor. leave(ValueTableRow valueTableRow)Leave a row in a value table.voidValueTableVisitor. visit(ValueTableRow valueTableRow)Visit a row in a value table. -
Uses of ValueTableRow in com.exasol.sql.dml.insert.rendering
Methods in com.exasol.sql.dml.insert.rendering with parameters of type ValueTableRow Modifier and Type Method Description voidInsertRenderer. leave(ValueTableRow valueTableRow)voidInsertRenderer. visit(ValueTableRow valueTableRow) -
Uses of ValueTableRow in com.exasol.sql.dml.merge.rendering
Methods in com.exasol.sql.dml.merge.rendering with parameters of type ValueTableRow Modifier and Type Method Description voidMergeRenderer. leave(ValueTableRow valueTableRow)voidMergeRenderer. visit(ValueTableRow valueTableRow) -
Uses of ValueTableRow in com.exasol.sql.dql.select.rendering
Methods in com.exasol.sql.dql.select.rendering with parameters of type ValueTableRow Modifier and Type Method Description voidSelectRenderer. leave(ValueTableRow valueTableRow)voidSelectRenderer. visit(ValueTableRow valueTableRow) -
Uses of ValueTableRow in com.exasol.sql.rendering
Methods in com.exasol.sql.rendering with parameters of type ValueTableRow Modifier and Type Method Description protected voidAbstractFragmentRenderer. appendValueTableRow(ValueTableRow valueTableRow)Append a row of a value table (SELECT ... FROM VALUES).
-