Beschreibung
int
pg_result_status
( resource result)
pg_result_status(
)
gibt
den
Status
einer
Ergebniskennung
zurück
.
Mögliche
Rückgabewerte
sind
:
PGSQL_EMPTY_QUERY
,
PGSQL_COMMAND_OK
,
PGSQL_TUPLES_OK
,
PGSQL_COPY_TO
,
PGSQL_COPY_FROM
,
PGSQL_BAD_RESPONSE
,
PGSQL_NONFATAL_ERROR
und
PGSQL_FATAL_ERROR
.
Siehe
auch
pg_connection_status(
)
.