|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.neoworks.jukex.query.JukeXExpression.Prefix
|
+--com.neoworks.jukex.query.JukeXExpression.Not
NOT expression, negates the expression that it prefixes
| Constructor Summary | |
JukeXExpression.Not(Expression expression)
Public constructor |
|
| Method Summary | |
void |
getSQL(java.lang.StringBuffer buffer)
Get the generated SQL for this expression |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JukeXExpression.Not(Expression expression)
expression - The Expression to negate| Method Detail |
public void getSQL(java.lang.StringBuffer buffer)
getSQL in interface ExpressiongetSQL in class JukeXExpression.Prefixbuffer - The StringBuffer to populate with the SQL.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||