com.neoworks.jukex.query
Class JukeXExpression.Prefix

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

public abstract static class JukeXExpression.Prefix
extends java.lang.Object
implements Expression

Prefix expression, such as NOT x

See Also:
Serialized Form

Constructor Summary
JukeXExpression.Prefix(Expression expression)
           
 
Method Summary
abstract  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.Prefix

public JukeXExpression.Prefix(Expression expression)
Method Detail

getSQL

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

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