Class nnjl.licurgo.TransactionStatement
Defined in: nnjl.licurgo.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
nnjl.licurgo.TransactionStatement(sql, args, args)
Creates a new nnjl.licurgo.TransactionStatement
|
| Field Attributes | Field Name and Description |
|---|---|
|
The values of the wildcard in this Statemenet
|
|
|
The SQL statement with its wildcards
|
Class Detail
nnjl.licurgo.TransactionStatement(sql, args, args)
Creates a new nnjl.licurgo.TransactionStatement
- Parameters:
- {String} sql
- SQL Statement with its wildcards
- {Object[]} args Optional
- of the wildcards
- args
Field Detail
{Object[]}
args
The values of the wildcard in this Statemenet
{String}
sql
The SQL statement with its wildcards