com.neoworks.jukex.query
Class JukeXExpression.Literal

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

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

String literal.

See Also:
Serialized Form

Constructor Summary
JukeXExpression.Literal(java.lang.Object val)
          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.Literal

public JukeXExpression.Literal(java.lang.Object val)
Public constructor

Parameters:
val - The value of this literal
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.