Class SQLFalse
java.lang.Object
net.ontopia.persistence.query.sql.SQLFalse
- All Implemented Interfaces:
SQLExpressionIF
INTERNAL: SQL condition: expression that always evaluates to false
-
Field Summary
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 -
Method Summary
-
Constructor Details
-
SQLFalse
public SQLFalse()
-
-
Method Details
-
getInstance
-
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
-
toString
-