public class ValueTableRow extends AbstractFragment
ValueTable.| Modifier and Type | Class and Description |
|---|---|
static class |
ValueTableRow.Builder
Builder for
ValueTableRows |
root| Constructor and Description |
|---|
ValueTableRow(Fragment root,
String... values)
Create a value table row from a list of string literals.
|
ValueTableRow(Fragment root,
ValueExpression... expressions)
Create a value table row from a list of expressions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueTableVisitor visitor)
Accept a visitor.
|
static ValueTableRow.Builder |
builder(Fragment root)
Get a
ValueTableRow.Builder for a ValueTableRow. |
List<ValueExpression> |
getExpressions()
Get the list of expressions the row consists of.
|
getRootpublic ValueTableRow(Fragment root, ValueExpression... expressions)
root - root node of the SQL statementexpressions - value expressionspublic List<ValueExpression> getExpressions()
public void accept(ValueTableVisitor visitor)
visitor - to accept.public static ValueTableRow.Builder builder(Fragment root)
ValueTableRow.Builder for a ValueTableRow.root - root fragment of the SQL statementCopyright © 2018–2021. All rights reserved.