net.ontopia.persistence.query.sql
Class SQLFalse
java.lang.Object
net.ontopia.persistence.query.sql.SQLFalse
- All Implemented Interfaces:
- SQLExpressionIF
public class SQLFalse
- extends Object
- implements SQLExpressionIF
INTERNAL: SQL condition: expression that always evaluates to false
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 |
SQLFalse
public SQLFalse()
getInstance
public static SQLFalse getInstance()
getType
public int getType()
- Description copied from interface:
SQLExpressionIF
- INTERNAL: Returns the expression type. The type is represented by
one of the constants in the
SQLExpressionIF
interface.
- Specified by:
getType
in interface SQLExpressionIF
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Ontopia.