Qizx/db 2.1 API

Uses of Interface
com.qizx.api.ItemSequence

Packages that use ItemSequence
com.qizx.api API of the embeddable version of the Qizx/db database engine. 
 

Uses of ItemSequence in com.qizx.api
 

Methods in com.qizx.api that return ItemSequence
 ItemSequence ItemFactory.copySequence(ItemSequence sequence)
          Creates a copy of the specified Sequence.
 ItemSequence ItemFactory.createSequence(Object object, SequenceType type)
          Creates a sequence from a Java object.
 ItemSequence Expression.evaluate()
          Evaluation of the expression, returns a sequence of Items.
 

Methods in com.qizx.api with parameters of type ItemSequence
 void TraceObserver.trace(EvaluationStackTrace location, ItemSequence value, String label)
          Displays a single trace.
 ItemSequence ItemFactory.copySequence(ItemSequence sequence)
          Creates a copy of the specified Sequence.
 void Expression.bindVariable(QName varName, ItemSequence value)
          Binds a variable to a sequence.
 void Expression.bindImplicitCollection(ItemSequence nodes)
          Defines the Implicit Collection as a set of Nodes defined by a sequence (see above for a definition of Implicit Collection).
 


© 2008 Axyana Software