org.israfil.sqlelements.constraints
Class NotEquals

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

public class NotEquals
extends BinaryConstraint

A friendly Column Inequality constraint.

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

Field Summary
 
Fields inherited from class org.israfil.sqlelements.constraints.BinaryConstraint
leftOperand, operatorText, rightOperand
 
Constructor Summary
NotEquals(Column leftOperand, Column rightOperand)
           
 
Method Summary
 
Methods inherited from class org.israfil.sqlelements.constraints.BinaryConstraint
render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotEquals

public NotEquals(Column leftOperand,
                 Column rightOperand)


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