Package | Description |
---|---|
sirius.db.jdbc |
Support layer for using JDBC (accessing SQL Databases).
|
Modifier and Type | Method and Description |
---|---|
SmartQuery<E> |
SmartQuery.copy()
Creates a full copy of the query which can be modified without modifying this query.
|
SmartQuery<E> |
SmartQuery.distinctFields(Mapping... fields)
Specifies the fields to select, which also have to be DISTINCT.
|
SmartQuery<E> |
SmartQuery.fields(Mapping... fields)
Specifies which fields to select.
|
SmartQuery<E> |
SmartQuery.orderAsc(Mapping field) |
SmartQuery<E> |
SmartQuery.orderDesc(Mapping field) |
<E extends SQLEntity> |
OMA.select(Class<E> type) |
SmartQuery<E> |
SmartQuery.where(SQLConstraint constraint) |
Copyright © 2018. All rights reserved.