Enumeration

SeagullStatementError

unstable since: 0.3

Declaration

error-domain Seagull.StatementError

Description [src]

Error codes returned by statements.

Available since: 0.3

Members

SEAGULL_STATEMENT_ERROR_NO_DB_PROVIDED

The db property was not specified.

  • Value: 0
  • Available since: 0.3
SEAGULL_STATEMENT_ERROR_NO_SQL_PROVIDED

The sql property was not specified.

  • Value: 1
  • Available since: 0.3
SEAGULL_STATEMENT_ERROR_PREPARATION_FAILED

The statement failed to prepare.

  • Value: 2
  • Available since: 0.3
SEAGULL_STATEMENT_ERROR_MORE_THAN_ONE_STATEMENT

More than one SQL statement was provided.

  • Value: 3
  • Available since: 0.3

Type functions

seagull_statement_error_quark

The error domain to identify errors with statements.

unstable since: 0.3