Home
last modified time | relevance | path

Searched refs:STMT_DESCRIBED (Results 1 – 4 of 4) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dexecute.c62 case STMT_DESCRIBED: in PGAPI_Prepare()
177 if (stmt->status == STMT_DESCRIBED) in PGAPI_ExecDirect()
947 if ((stmt->prepare && stmt->status == STMT_DESCRIBED) || in PGAPI_Execute()
H A Dstatement.h30 STMT_DESCRIBED, /* ODBC states that it is legal to call enumerator
H A Dstatement.c798 if (self->prepare && self->status == STMT_DESCRIBED) in SC_opencheck()
879 case STMT_DESCRIBED: in SC_recycle_statement()
1166 self->status = STMT_DESCRIBED; in SC_describe()
1171 self->status = STMT_DESCRIBED; in SC_describe()
H A Dbind.c135 if (stmt->status == STMT_DESCRIBED) in PGAPI_BindParameter()