public abstract class ExpressionTerm extends AbstractValueExpression
| Modifier and Type | Method and Description |
|---|---|
static ColumnReference |
column(String column)
Create a reference to a table column.
|
static ColumnReference |
column(String table,
String column)
Create a reference to a column in a specific table.
|
static IntegerLiteral |
integerLiteral(int value)
Create an integer literal.
|
static StringLiteral |
stringLiteral(String value)
Create a string literal.
|
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRootclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptaddChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRootpublic static StringLiteral stringLiteral(String value)
value - literal valuepublic static IntegerLiteral integerLiteral(int value)
value - literal valuepublic static ColumnReference column(String column)
column - column namepublic static ColumnReference column(String table, String column)
table - table namecolumn - column nameCopyright © 2018–2019. All rights reserved.