Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
libpq
Postgres
ExecStatus
BAD_RESPONSE
COMMAND_OK
COPY_IN
COPY_OUT
EMPTY_QUERY
FATAL_ERROR
NONFATAL_ERROR
TUPLES_OK
ExecStatus
Description:
public
enum
ExecStatus
Namespace:
Postgres
Package:
libpq
Content:
Enum values:
EMPTY_QUERY
-
COMMAND_OK
-
TUPLES_OK
-
COPY_OUT
-
COPY_IN
-
BAD_RESPONSE
-
NONFATAL_ERROR
-
FATAL_ERROR
-