Struct QueryParams
Query parameters
struct QueryParams
;
Fields
| Name | Type | Description |
|---|---|---|
resultFormat
|
ValueFormat | Result value format |
sqlCommand
|
string | SQL command |
Properties
| Name | Type | Description |
|---|---|---|
args[get, set]
|
Value[] | SQL command arguments |
argsFromArray[set]
|
const(string[]) | Fills out arguments from array |
preparedStatementName[get, set]
|
string | Access to prepared statement name |
Methods
| Name | Description |
|---|---|
argsVariadic
(t_args)
|
Fills out arguments from variadic arguments |