com.mobixess.jodb.soda.api
Interface Constraints

All Superinterfaces:
Constraint

public interface Constraints
extends Constraint

set of Constraint objects.

This extension of the Constraint interface allows setting the evaluation mode of all contained Constraint objects with single calls.

See also Query#constraints().


Method Summary
 Constraint[] toArray()
          returns an array of the contained Constraint objects.
 
Methods inherited from interface com.mobixess.jodb.soda.api.Constraint
and, contains, equal, getObject, greater, identity, like, not, or, smaller
 

Method Detail

toArray

Constraint[] toArray()
returns an array of the contained Constraint objects.

Returns:
an array of the contained Constraint objects.


Copyright © Mobixess Inc. All Rights Reserved.