Class Index | File Index

Classes


Class nnjl.licurgo.PrimaryKeyQuery


Extends nnjl.licurgo.Query.

Defined in: nnjl.licurgo.js.

Class Summary
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

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Sep 29 2010 11:46:25 GMT+0200 (CEST)