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
SEAGULL_STATEMENT_ERROR_BIND_PARAMETER_NOT_FOUND

The named column was not found.

  • Value: 4
  • Available since: 0.3
SEAGULL_STATEMENT_ERROR_BIND_FAILED

Binding a parameter failed.

  • Value: 5
  • Available since: 0.3
SEAGULL_STATEMENT_ERROR_CLEAR_BINDINGS_FAILED

Clearing the bindings failed.

  • Value: 6
  • Available since: 0.3
SEAGULL_STATEMENT_ERROR_RESET_FAILED

Resetting the statement failed.

  • Value: 7
  • Available since: 0.3
SEAGULL_STATEMENT_ERROR_STEP_FAILED

Stepping the statement failed.

  • Value: 8
  • Available since: 0.3

Type functions

seagull_statement_error_quark

The error domain to identify errors with statements.

unstable since: 0.3