public class InterpretedOQLQuery
extends java.lang.Object
Constructor and Description |
---|
InterpretedOQLQuery(OQLQuery _oqlQuery,
java.lang.Object[] _parameters) |
InterpretedOQLQuery(SchemaI _schema,
java.lang.String _query,
java.lang.Object[] _parameters) |
Modifier and Type | Method and Description |
---|---|
EntityI |
getEntity() |
int |
getLimit() |
CBOSorter.BOComparator |
getOrderByComparator() |
OQLQueryPredicate |
getPredicate() |
java.lang.String |
getQuery() |
boolean |
isSorted() |
java.util.List |
queryBO(java.util.Collection<BOI> bos)
"Queries" BOs (or scalars) from the given collection by filtering them according to this interpreter's OQL
query's "WHERE" clause, sorting them according to possible "ORDER BY" clauses and limiting the number of
results by a possible "LIMIT" clause.
|
java.util.List |
queryBO(java.util.Collection<BOI> bos,
boolean specialTXHandling)
"Queries" BOs from the given collection by filtering them according to this interpreter's OQL query's "WHERE"
clause, sorting them according to possible "ORDER BY" clauses and limiting the number of results by a possible
"LIMIT" clause.
|
void |
setEntity(EntityI $9) |
void |
setLimit(int $12) |
void |
setOrderByComparator(CBOSorter.BOComparator $11) |
void |
setPredicate(OQLQueryPredicate $10) |
void |
setQuery(java.lang.String $13) |
java.util.List<BOI> |
sortBOs(java.util.Collection<BOI> bos) |
java.util.List<BOI> |
sortBOs(java.util.Iterator<BOI> bosIt) |
java.lang.String |
toString() |
public InterpretedOQLQuery(SchemaI _schema, java.lang.String _query, java.lang.Object[] _parameters) throws OQLException, UnsupportedQueryException
public InterpretedOQLQuery(OQLQuery _oqlQuery, java.lang.Object[] _parameters) throws OQLException, UnsupportedQueryException
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List queryBO(java.util.Collection<BOI> bos)
bos
- the collection of BOs (or scalars) to "query" frompublic java.util.List queryBO(java.util.Collection<BOI> bos, boolean specialTXHandling)
bos
- the collection of BOs to "query" fromspecialTXHandling
- if 1/true the "limit" and "order" clauses will be ignored; needed only for special
handling in Transaction
, normally the default (0/false) should be keptpublic boolean isSorted()
public EntityI getEntity()
public void setEntity(EntityI $9)
public OQLQueryPredicate getPredicate()
public void setPredicate(OQLQueryPredicate $10)
public CBOSorter.BOComparator getOrderByComparator()
public void setOrderByComparator(CBOSorter.BOComparator $11)
public int getLimit()
public void setLimit(int $12)
public java.lang.String getQuery()
public void setQuery(java.lang.String $13)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.