|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
R - The record type being returned by this querypublic interface SimpleSelectQuery<R extends Record>
A simple select query that provides Records from a single table, with no joins allowed.
This is the type of query that is possible with a SimpleSelectQuery:
SELECT * FROM [table] WHERE [conditions] ORDER BY [ordering] LIMIT [limit clause]
SelectQuery| Method Summary |
|---|
| Methods inherited from interface org.jooq.Select |
|---|
except, getSelect, intersect, union, unionAll |
| Methods inherited from interface org.jooq.ResultQuery |
|---|
bind, bind, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetchAny, fetchArray, fetchArray, fetchArray, fetchArray, fetchArray, fetchArray, fetchArray, fetchArray, fetchArray, fetchArrays, fetchGroups, fetchGroups, fetchInto, fetchInto, fetchInto, fetchLater, fetchLater, fetchLazy, fetchLazy, fetchMany, fetchMap, fetchMap, fetchMaps, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOneArray, fetchOneMap, fetchResultSet, getRecordType, getResult |
| Methods inherited from interface org.jooq.Query |
|---|
execute, getBindValues, getParam, getParams, getSQL, getSQL, isExecutable |
| Methods inherited from interface org.jooq.QueryPart |
|---|
attach |
| Methods inherited from interface org.jooq.Adapter |
|---|
internalAPI |
| Methods inherited from interface org.jooq.TableLike |
|---|
asTable, asTable |
| Methods inherited from interface org.jooq.FieldLike |
|---|
asField, asField |
| Methods inherited from interface org.jooq.FieldProvider |
|---|
getField, getField, getField, getFields, getIndex |
| Methods inherited from interface org.jooq.ConditionProvider |
|---|
addConditions, addConditions, addConditions, addConditions |
| Methods inherited from interface org.jooq.OrderProvider |
|---|
addLimit, addLimit, addLimit, addLimit, addLimit, addLimit, addOrderBy, addOrderBy, addOrderBy, addOrderBy, setOrderBySiblings |
| Methods inherited from interface org.jooq.LockProvider |
|---|
setForShare, setForUpdate, setForUpdateNoWait, setForUpdateOf, setForUpdateOf, setForUpdateOf, setForUpdateSkipLocked, setForUpdateWait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||