Params should be given as $1, $2, ... $n in the actual command.
All params are sent in a binary format and should not be escaped.
If a param's type cannot be inferred, this method will throw an exception,
in this case, either specify the type using the :: (cast) notation or
make sure the type can be inferred by PostgreSQL in your query.
Executes the given string with given params
Params should be given as $1, $2, ... $n in the actual command. All params are sent in a binary format and should not be escaped. If a param's type cannot be inferred, this method will throw an exception, in this case, either specify the type using the :: (cast) notation or make sure the type can be inferred by PostgreSQL in your query.