org.israfil.sqlelements.constraints
Class And

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

public class And
extends NaryConstraint

Represents an AND operator in a SQL WHERE clause.

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

Field Summary
 
Fields inherited from class org.israfil.sqlelements.constraints.NaryConstraint
operands, operatorText
 
Constructor Summary
And(Constraint... constraints)
           
And(java.util.Set<Constraint> constraints)
           
 
Method Summary
 
Methods inherited from class org.israfil.sqlelements.constraints.NaryConstraint
prepArray, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

And

public And(Constraint... constraints)

And

public And(java.util.Set<Constraint> constraints)


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