QueryParams

Query parameters

Members

Properties

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

args
Value[] args;

SQL command arguments

resultFormat
ValueFormat resultFormat;

Result value format

sqlCommand
string sqlCommand;

SQL command

Meta