Class SQLVerbatimExpression
java.lang.Object
net.ontopia.persistence.query.sql.SQLVerbatimExpression
- All Implemented Interfaces:
SQLExpressionIF
INTERNAL: Represents a verbatim SQL expression.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected static final FieldHandlerIFprotected static final Classprotected FieldHandlerIFprotected SQLTable[]protected Objectprotected ClassFields inherited from interface net.ontopia.persistence.query.sql.SQLExpressionIF
AND, EQUALS, EXISTS, FALSE, IN, IS_NULL, JOIN, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, VALUE_EXPRESSION, VERBATIM -
Constructor Summary
ConstructorsConstructorDescriptionSQLVerbatimExpression(Object value) SQLVerbatimExpression(Object value, SQLTable[] tables) -
Method Summary
-
Field Details
-
DEFAULT_VALUE_TYPE
-
DEFAULT_FIELD_HANDLER
-
value
-
alias
-
tables
-
vtype
-
fhandler
-
-
Constructor Details
-
SQLVerbatimExpression
-
SQLVerbatimExpression
-
-
Method Details
-
getType
public int getType()Description copied from interface:SQLExpressionIFINTERNAL: Returns the expression type. The type is represented by one of the constants in theSQLExpressionIFinterface.- Specified by:
getTypein interfaceSQLExpressionIF
-
getValue
-
getTables
INTERNAL: Returns the tables that are involved in the verbatim expression. This information is neccessary so that the FROM clause can be correctly generated. -
setTables
-
toString
-