Submit a command and separate parameter to the server without waiting for the result(s). This is equivalent to
PQsendQuery
, except that query parameters can be specified separately form the query string. This function's parameters are handled identicallyPQexecParams
. LikePQexecParams
, it allows only one command in the query.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in) | :: | conn | |||
character(len=*), | intent(in) | :: | command | |||
integer(kind=int32), | intent(in) | :: | nParams | |||
integer(kind=int32), | intent(in) | :: | paramTypes(:) | |||
character(len=*), | intent(in) | :: | paramValues(:) |
Submit a command and separate parameter to the server without waiting for the result(s). This is equivalent to
PQsendQuery
, except that query parameters can be specified separately form the query string. This function's parameters are handled identicallyPQexecParams
. LikePQexecParams
, it allows only one command in the query.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in) | :: | conn | |||
character(len=*), | intent(in) | :: | command | |||
integer(kind=int32), | intent(in) | :: | nParams | |||
integer(kind=int64), | intent(in) | :: | paramTypes(:) | |||
character(len=*), | intent(in) | :: | paramValues(:) |