org.openmobileis.database.fastobjectdb.db.query.soda
Class FODBSodaConstraints

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.db.query.soda.BaseConstraint
      extended byorg.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaConstraint
          extended byorg.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaConstraints
All Implemented Interfaces:
org.odbms.Constraint

public class FODBSodaConstraints
extends FODBSodaConstraint

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Field Summary
 
Fields inherited from class org.openmobileis.database.fastobjectdb.db.query.soda.BaseConstraint
COMPARATOR_NONE, CONSTRAINT_AND, CONSTRAINT_NONE, CONSTRAINT_OR, CONTAINS, DISTINCT, EQUALGREATER, EQUALS, EQUALSMALLER, GREATER, IDENTITY, LIKE, nextContraintLink, NOT, SMALLER
 
Constructor Summary
FODBSodaConstraints(FODBSodaQuery query, int constraintId)
           
 
Method Summary
 org.odbms.Constraint[] toArray()
           
 
Methods inherited from class org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaConstraint
and, contains, distinct, equal, equals, execute, getConstraintId, getObject, greater, identity, like, not, or, smaller
 
Methods inherited from class org.openmobileis.database.fastobjectdb.db.query.soda.BaseConstraint
getNextConstraint, setNextConstraint
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FODBSodaConstraints

public FODBSodaConstraints(FODBSodaQuery query,
                           int constraintId)
Method Detail

toArray

public org.odbms.Constraint[] toArray()


Copyright 2006 OpenMobileIS. All Rights Reserved.