com.tonbeller.wcf.param
Class SqlColumnConstraint

java.lang.Object
  extended bycom.tonbeller.wcf.param.SqlColumnConstraint
All Implemented Interfaces:
java.lang.Cloneable, SqlExpr
Direct Known Subclasses:
SqlBetweenExpr, SqlEqualExpr, SqlInExpr

public abstract class SqlColumnConstraint
extends java.lang.Object
implements SqlExpr

Since:
31.01.2005
Author:
av

Constructor Summary
SqlColumnConstraint()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getColumnId()
          the ID of the sql column that this constraint is for.
 void setColumnId(java.lang.String columnId)
          the ID of the sql column that this constraint is for.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.wcf.param.SqlExpr
accept
 

Constructor Detail

SqlColumnConstraint

public SqlColumnConstraint()
Method Detail

getColumnId

public java.lang.String getColumnId()
the ID of the sql column that this constraint is for. The id may be the column name itself or an identifier that is mapped to the actual column name


setColumnId

public void setColumnId(java.lang.String columnId)
the ID of the sql column that this constraint is for. The id may be the column name itself or an identifier that is mapped to the actual column name


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Specified by:
clone in interface SqlExpr
Throws:
java.lang.CloneNotSupportedException