Interface ASelectQuery
public interface ASelectQuery
A select query for assets.
- See Also:
-
Method Details
-
where
Restrict the set of returned records by adding a predicate. This method may be called multiple times combining predicates using logical AND. -
page
Set paging information. -
orderBy
Specify an order. -
run
AResult run()Run the query and return the result.
-