org.xorm.datastore.sql
Class SQLCondition
java.lang.Object
|
+--org.xorm.query.Condition
|
+--org.xorm.query.RawCondition
|
+--org.xorm.datastore.sql.SQLCondition
- All Implemented Interfaces:
- Cloneable
- public class SQLCondition
- extends RawCondition
SQLCondition
public SQLCondition(Collection tables,
String whereClause)
getWhereClause
public String getWhereClause()
convertOperand
public String convertOperand(Object operand)
- Overrides:
convertOperand
in class RawCondition
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/datastore/sql/SQLCondition.html,v 1.9 2004/05/30 08:55:06 wbiggs Exp $