public class SQLVerbatimExpression extends Object implements SQLExpressionIF
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected static FieldHandlerIF |
DEFAULT_FIELD_HANDLER |
protected static Class |
DEFAULT_VALUE_TYPE |
protected FieldHandlerIF |
fhandler |
protected SQLTable[] |
tables |
protected Object |
value |
protected Class |
vtype |
AND, EQUALS, EXISTS, FALSE, IN, IS_NULL, JOIN, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, VALUE_EXPRESSION, VERBATIM
Constructor and Description |
---|
SQLVerbatimExpression(Object value) |
SQLVerbatimExpression(Object value,
SQLTable[] tables) |
Modifier and Type | Method and Description |
---|---|
SQLTable[] |
getTables()
INTERNAL: Returns the tables that are involved in the verbatim
expression.
|
int |
getType()
INTERNAL: Returns the expression type.
|
Object |
getValue() |
void |
setTables(SQLTable[] tables) |
String |
toString() |
protected static final Class DEFAULT_VALUE_TYPE
protected static final FieldHandlerIF DEFAULT_FIELD_HANDLER
protected Object value
protected String alias
protected SQLTable[] tables
protected Class vtype
protected FieldHandlerIF fhandler
public SQLVerbatimExpression(Object value)
public int getType()
SQLExpressionIF
SQLExpressionIF
interface.getType
in interface SQLExpressionIF
public Object getValue()
public SQLTable[] getTables()
public void setTables(SQLTable[] tables)