org.objectweb.telosys.dal.sql
Class SQLCriteria

java.lang.Object
  extended byorg.objectweb.telosys.dal.sql.Criterion
      extended byorg.objectweb.telosys.dal.sql.SQLCriteria
All Implemented Interfaces:
java.io.Serializable

public class SQLCriteria
extends Criterion

Deprecated class Use Criterion class instead

See Also:
Serialized Form

Constructor Summary
SQLCriteria(java.lang.String sSqlExpression, int iType)
          Deprecated.  
 
Method Summary
 java.lang.String getCriteria()
          Deprecated.  
 int getCriteriaType()
          Deprecated.  
 
Methods inherited from class org.objectweb.telosys.dal.sql.Criterion
doNotUse, getParamType, getParamValueAsObject, getParamValueAsString, getSqlExpression, isUsed, useWithValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLCriteria

public SQLCriteria(java.lang.String sSqlExpression,
                   int iType)
Deprecated.  

Parameters:
sSqlExpression -
iType -
Method Detail

getCriteria

public java.lang.String getCriteria()
Deprecated.  

Deprecated ! Use getSqlExpression() method of Criterion class instead

Returns:

getCriteriaType

public int getCriteriaType()
Deprecated.  

Deprecated ! Use getParamType() method of Criterion class instead

Returns: