PQsendQueryPrepared Interface

public interface PQsendQueryPrepared

Contents


Module Procedures

private function PQsendQueryPrepared_text(conn, stmtName, nParams, paramValues) result(res)

cf. PostgreSQL Documentation

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: conn
character(len=*), intent(in) :: stmtName
integer(kind=int32), intent(in) :: nParams
character(len=*), intent(in) :: paramValues(:)

Return Value integer(kind=int32)