Qore SqlUtil Module Reference
1.2
|
Functions | |
hash | SqlUtil::iop_seq (string arg) |
returns a hash for retrieving the value of the given sequence in insert queries More... | |
hash | SqlUtil::make_iop (string iop, any arg) |
returns a hash with _iop and arg keys More... | |
These are functions that can be used to give special values in insert queries
returns a hash for retrieving the value of the given sequence in insert queries
arg | the name of the sequence whose value should be inserted into the column |
returns a hash with _iop
and arg
keys
iop | the value operator (one of SQL Insert Operators) |
arg | the argument to the operator |