Home
last modified time | relevance | path

Searched refs:QR_get_command (Results 1 – 6 of 6) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dqresult.h98 #define QR_get_command(self) (self->command) macro
H A Dresults.c78 msg = QR_get_command(res); in SQLRowCount()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dqresult.h197 #define QR_get_command(self) (self->command) macro
H A Dresults.c2003 if (cmdstr = QR_get_command(res), NULL != cmdstr) in PGAPI_MoreResults()
3866 const char *cmdstr = QR_get_command(tres); in irow_update()
4283 const char *cmdstr = QR_get_command(qres); in SC_pos_delete()
4378 cmdstr = QR_get_command(tres); in irow_insert()
H A Dexecute.c615 const char *cmd = QR_get_command(res); in Exec_with_parameters_resolved()
H A Dstatement.c1145 NULL != QR_get_command(res)) in SC_describe()