Inheritance diagram for org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaCandidate:
Definition at line 38 of file FODBSodaCandidate.java.
Public Member Functions | |
FODBSodaCandidate () | |
void | include (boolean flag) |
specify whether the Candidate is to be included in the ObjectSet resultset. | |
Object | getObject () |
returns the persistent object that is represented by this query Candidate. |
void org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaCandidate.include | ( | boolean | flag | ) |
specify whether the Candidate is to be included in the ObjectSet resultset.
This method may be called multiple times. The last call prevails.
flag | inclusion. |
Implements org.odbms.Candidate.
Definition at line 50 of file FODBSodaCandidate.java.
Object org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaCandidate.getObject | ( | ) |
returns the persistent object that is represented by this query Candidate.
Implements org.odbms.Candidate.
Definition at line 56 of file FODBSodaCandidate.java.