Class nnjl.licurgo.PrimaryKeyQuery
Extends
nnjl.licurgo.Query.
Defined in: nnjl.licurgo.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
nnjl.licurgo.PrimaryKeyQuery(type, rdbms, the, key)
Creates a new nnjl.licurgo.PrimaryKeyQuery
|
- Fields borrowed from class nnjl.licurgo.Query:
- andClauses, andPredicates, orClauses, order, orPredicates, properties, rdbms, result, table, type
- Methods borrowed from class nnjl.licurgo.Query:
- addAndClause, addAndPredicate, addOrClause, addOrderField, addOrPredicate, addSelectableFields, hasPredicates, setTable
Class Detail
nnjl.licurgo.PrimaryKeyQuery(type, rdbms, the, key)
Creates a new nnjl.licurgo.PrimaryKeyQuery
- Parameters:
- {Type} type
- The type associated with the where clause, is the the table after FROM in the SELECT clause
- {RDBMS} rdbms
- {Object} the
- primary key value
- key