org.israfil.sqlelements.constraints
Class Not

java.lang.Object
  extended by org.israfil.sqlelements.constraints.Not
All Implemented Interfaces:
java.lang.Cloneable, ComplexConstraint, Constraint, SQLElement

public class Not
extends java.lang.Object
implements ComplexConstraint

Represents an AND operator in a SQL WHERE clause.

Version:
$Revision: 17 $
Author:
Christian Edward Gruber , Latest: $Author: cgruber $

Field Summary
protected  Constraint operand
           
 
Constructor Summary
Not(Constraint operand)
           
 
Method Summary
 java.lang.String render(SQLRenderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operand

protected Constraint operand
Constructor Detail

Not

public Not(Constraint operand)
Method Detail

render

public java.lang.String render(SQLRenderContext context)
Specified by:
render in interface SQLElement


Copyright 2005-2005-2006 null. All Rights Reserved.