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


Constructor Summary
SQLCondition(Collection tables, String whereClause)
           
 
Method Summary
 String convertOperand(Object operand)
           
 String getWhereClause()
           
 
Methods inherited from class org.xorm.query.RawCondition
getRawQuery, getTables
 
Methods inherited from class org.xorm.query.Condition
clone, isInverted, setInverted
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLCondition

public SQLCondition(Collection tables,
                    String whereClause)
Method Detail

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 $