Uses of Interface
com.exasol.sql.ValueTableVisitor
-
-
Uses of ValueTableVisitor in com.exasol.sql
Methods in com.exasol.sql with parameters of type ValueTableVisitor Modifier and Type Method Description void
ValueTable. accept(ValueTableVisitor visitor)
Accept a visitor.void
ValueTableRow. accept(ValueTableVisitor visitor)
Accept a visitor. -
Uses of ValueTableVisitor in com.exasol.sql.dml.insert
Subinterfaces of ValueTableVisitor in com.exasol.sql.dml.insert Modifier and Type Interface Description interface
InsertVisitor
Visitor forINSERT
statements. -
Uses of ValueTableVisitor in com.exasol.sql.dml.insert.rendering
Classes in com.exasol.sql.dml.insert.rendering that implement ValueTableVisitor Modifier and Type Class Description class
InsertRenderer
TheInsertRenderer
turns SQL statement structures in to SQL strings. -
Uses of ValueTableVisitor in com.exasol.sql.dml.merge
Subinterfaces of ValueTableVisitor in com.exasol.sql.dml.merge Modifier and Type Interface Description interface
MergeVisitor
Visitor for value tables. -
Uses of ValueTableVisitor in com.exasol.sql.dml.merge.rendering
Classes in com.exasol.sql.dml.merge.rendering that implement ValueTableVisitor Modifier and Type Class Description class
MergeRenderer
TheInsertRenderer
turns SQL statement structures in to SQL strings. -
Uses of ValueTableVisitor in com.exasol.sql.dql.select
Subinterfaces of ValueTableVisitor in com.exasol.sql.dql.select Modifier and Type Interface Description interface
SelectVisitor
Visitor forSELECT
SQL statements. -
Uses of ValueTableVisitor in com.exasol.sql.dql.select.rendering
Classes in com.exasol.sql.dql.select.rendering that implement ValueTableVisitor Modifier and Type Class Description class
SelectRenderer
TheSelectRenderer
turns SQL statement structures in to SQL strings.
-