QueryParams

Query parameters

Members

Properties

args
Value[] args [@property setter]
inout(Value[]) args [@property getter]

SQL command arguments

argsFromArray
string[] argsFromArray [@property setter]

Useful for simple text-only query params Postgres infers a data type for the parameter in the same way it would do for an untyped literal string.

preparedStatementName
string preparedStatementName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
preparedStatementName
string preparedStatementName [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

resultFormat
ValueFormat resultFormat;

Result value format

sqlCommand
string sqlCommand;

SQL command

Meta