PgEncoder.writeBind

<p> The message gives the name of the prepared statement, the name of portal, and the values to use for any parameter values present in the prepared statement. The supplied parameter set must match those needed by the prepared statement. <p> The response is either {@link BindComplete} or {@link ErrorResponse}.

class PgEncoder
void
writeBind
(,
string portal
,
List!(Variant) paramValues
)

Meta