Home
last modified time | relevance | path

Searched refs:PREPARING_PERMANENTLY (Results 1 – 3 of 3) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h432 ,PREPARING_PERMANENTLY enumerator
H A Dconvert.c2803 SC_set_prepared(stmt, plan_name[0] ? PREPARING_PERMANENTLY : PREPARING_TEMPORARILY); in prepareParametersNoDesc()
2888 case PREPARING_PERMANENTLY: in prepareParameters()
3025 SC_set_prepared(stmt, plan_name[0] ? PREPARING_PERMANENTLY : PREPARING_TEMPORARILY); in copy_statement_with_parameters()
H A Dstatement.c2673 if (stmt->prepared == PREPARING_PERMANENTLY) in libpq_bind_and_exec()