com.neoworks.jukex.query
Class JukeXExpression.NullOp

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

public static class JukeXExpression.NullOp
extends java.lang.Object
implements Expression

Null operation class

See Also:
Serialized Form

Constructor Summary
JukeXExpression.NullOp()
          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.NullOp

public JukeXExpression.NullOp()
Public constructor

Method Detail

getSQL

public 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.