net.ontopia.persistence.query.sql
Class SQLAnd
java.lang.Object
net.ontopia.persistence.query.sql.SQLAnd
- All Implemented Interfaces:
- SQLExpressionIF
public class SQLAnd
- extends java.lang.Object
- implements SQLExpressionIF
INTERNAL: SQL logical expression: and
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
expressions
protected SQLExpressionIF[] expressions
SQLAnd
public SQLAnd(SQLExpressionIF expr1,
SQLExpressionIF expr2)
SQLAnd
public SQLAnd(SQLExpressionIF expr1,
SQLExpressionIF expr2,
SQLExpressionIF expr3)
SQLAnd
public SQLAnd(SQLExpressionIF[] expressions)
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
getExpressions
public SQLExpressionIF[] getExpressions()
setExpressions
public void setExpressions(SQLExpressionIF[] expressions)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2012 Ontopia.