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 D | connection.h | 320 char CC_get_error(ConnectionClass *self, int *number, char **message);
|
H A D | environ.c | 238 if (CC_get_error(conn, &status, &msg)) { in SQLError()
|
H A D | connection.c | 948 CC_get_error(ConnectionClass *self, int *number, char **message) in CC_get_error() function
|
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/ |
H A D | environ.c | 289 if (CONN_EXECUTING == conn->status || !CC_get_error(conn, &status, &msg) || NULL == msg) in PGAPI_ConnectError()
|
H A D | connection.h | 421 char CC_get_error(ConnectionClass *self, int *number, char **message);
|
H A D | connection.c | 1422 CC_get_error(ConnectionClass *self, int *number, char **message) in CC_get_error() function
|