Class SQLValueExpression
- java.lang.Object
-
- net.ontopia.persistence.query.sql.SQLValueExpression
-
- All Implemented Interfaces:
SQLExpressionIF
public class SQLValueExpression extends Object implements SQLExpressionIF
INTERNAL: SQL condition: equals (=)
-
-
Field Summary
Fields Modifier and Type Field Description protected SQLValueIFvalue-
Fields 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
Constructors Constructor Description SQLValueExpression(SQLValueIF value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()INTERNAL: Returns the expression type.SQLValueIFgetValue()voidsetValue(SQLValueIF value)StringtoString()
-
-
-
Field Detail
-
value
protected SQLValueIF value
-
-
Constructor Detail
-
SQLValueExpression
public SQLValueExpression(SQLValueIF value)
-
-
Method Detail
-
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
public SQLValueIF getValue()
-
setValue
public void setValue(SQLValueIF value)
-
-