Unit 'postgres3dyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#postgres]

TExecStatusType

Declaration

Source position: postgres3types.inc line 53

type TExecStatusType = (

  PGRES_EMPTY_QUERY = 0,

  PGRES_COMMAND_OK,

  PGRES_TUPLES_OK,

  PGRES_COPY_OUT,

  PGRES_COPY_IN,

  PGRES_BAD_RESPONSE,

  PGRES_NONFATAL_ERROR,

  PGRES_FATAL_ERROR

);


Documentation generated on: 2023-03-18