com.triactive.jdo.store.sql
Class FetchStatement

java.lang.Object
  extended bycom.triactive.jdo.store.sql.FetchStatement

public class FetchStatement
extends java.lang.Object


Field Summary
protected  java.lang.StringBuffer conditionList
           
protected  ClassBaseTable mainTable
           
protected  java.util.ArrayList selected
           
protected  java.util.ArrayList supertables
           
 
Constructor Summary
FetchStatement(ClassBaseTable mainTable)
           
 
Method Summary
 void andWhereCondition(java.lang.String condition)
           
 java.lang.String referenceColumn(Column col)
           
 int select(Column col)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

FetchStatement

public FetchStatement(ClassBaseTable mainTable)
Method Detail

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.