com.tonbeller.wcf.param
Class SqlInExpr
java.lang.Object
com.tonbeller.wcf.param.SqlColumnConstraint
com.tonbeller.wcf.param.SqlInExpr
- All Implemented Interfaces:
- java.lang.Cloneable, SqlExpr
- public class SqlInExpr
- extends SqlColumnConstraint
generates WHERE COLUMN IN ('VALUE-LITERAL-1', ...)
- Since:
- 31.01.2005
- Author:
- av
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlInExpr
public SqlInExpr()
getSqlValues
public java.lang.Object[] getSqlValues()
setSqlValue
public void setSqlValue(java.lang.Object[] sqlValues)
- Deprecated. use setSqlValues() instead
setSqlValues
public void setSqlValues(java.lang.Object[] sqlValues)
accept
public void accept(SqlExprVisitor visitor)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Specified by:
clone
in interface SqlExpr
- Overrides:
clone
in class SqlColumnConstraint
- Throws:
java.lang.CloneNotSupportedException