|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.persistence.query.sql.SQLNot
public class SQLNot
INTERNAL: SQL logical expression: not
Field Summary | |
---|---|
protected SQLExpressionIF |
expression
|
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 | |
---|---|
SQLNot(SQLExpressionIF expression)
|
Method Summary | |
---|---|
SQLExpressionIF |
getExpression()
|
int |
getType()
INTERNAL: Returns the expression type. |
void |
setExpression(SQLExpressionIF expression)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected SQLExpressionIF expression
Constructor Detail |
---|
public SQLNot(SQLExpressionIF expression)
Method Detail |
---|
public int getType()
SQLExpressionIF
SQLExpressionIF
interface.
getType
in interface SQLExpressionIF
public SQLExpressionIF getExpression()
public void setExpression(SQLExpressionIF expression)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |