Uses of Interface
org.odmg.OQLQuery
-
Packages that use OQLQuery Package Description org.odmg org.rasdaman.rasnet.communication rasj rasj.odmg -
-
Uses of OQLQuery in org.odmg
Methods in org.odmg that return OQLQuery Modifier and Type Method Description OQLQueryImplementation. newOQLQuery()Create a newOQLQueryobject. -
Uses of OQLQuery in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that return OQLQuery Modifier and Type Method Description OQLQueryRasRasnetImplementation. newOQLQuery() -
Uses of OQLQuery in rasj
Methods in rasj that return OQLQuery Modifier and Type Method Description OQLQueryRasImplementation. newOQLQuery()Create a new query object.OQLQueryRasImplementationInterface. newOQLQuery()Constructors in rasj with parameters of type OQLQuery Constructor Description RasFastScale(java.lang.String collection, OQLQuery queryObject)Default constructor. -
Uses of OQLQuery in rasj.odmg
Classes in rasj.odmg that implement OQLQuery Modifier and Type Class Description classRasOQLQueryThis class implements the ODMG OQLQuery interface.Methods in rasj.odmg that return OQLQuery Modifier and Type Method Description OQLQueryRasODMGImplementation. newOQLQuery()Create a new query object.
-