com.triactive.jdo.store.sql
Class FetchStatement
java.lang.Object
com.triactive.jdo.store.sql.FetchStatement
- public class FetchStatement
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mainTable
protected final ClassBaseTable mainTable
selected
protected final java.util.ArrayList selected
supertables
protected final java.util.ArrayList supertables
conditionList
protected java.lang.StringBuffer conditionList
FetchStatement
public FetchStatement(ClassBaseTable mainTable)
select
public int select(Column col)
referenceColumn
public java.lang.String referenceColumn(Column col)
andWhereCondition
public void andWhereCondition(java.lang.String condition)
toString
public java.lang.String toString()
Copyright © 2001-2007 The TJDO Project All Rights Reserved.