com.neoworks.jukex.query
Class JukeXExpression.Not

java.lang.Object
  |
  +--com.neoworks.jukex.query.JukeXExpression.Prefix
        |
        +--com.neoworks.jukex.query.JukeXExpression.Not
All Implemented Interfaces:
Expression, java.io.Serializable
Enclosing class:
JukeXExpression

public static class JukeXExpression.Not
extends JukeXExpression.Prefix

NOT expression, negates the expression that it prefixes

See Also:
Serialized Form

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

JukeXExpression.Not

public JukeXExpression.Not(Expression expression)
Public constructor

Parameters:
expression - The Expression to negate
Method Detail

getSQL

public void getSQL(java.lang.StringBuffer buffer)
Get the generated SQL for this expression

Specified by:
getSQL in interface Expression
Specified by:
getSQL in class JukeXExpression.Prefix
Parameters:
buffer - The StringBuffer to populate with the SQL.