Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dconnection.h320 char CC_get_error(ConnectionClass *self, int *number, char **message);
H A Denviron.c238 if (CC_get_error(conn, &status, &msg)) { in SQLError()
H A Dconnection.c948 CC_get_error(ConnectionClass *self, int *number, char **message) in CC_get_error() function
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Denviron.c289 if (CONN_EXECUTING == conn->status || !CC_get_error(conn, &status, &msg) || NULL == msg) in PGAPI_ConnectError()
H A Dconnection.h421 char CC_get_error(ConnectionClass *self, int *number, char **message);
H A Dconnection.c1422 CC_get_error(ConnectionClass *self, int *number, char **message) in CC_get_error() function