Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.database.postgres.errors.PostgresSqlStates Class Reference
Collaboration diagram for dev.rafex.ether.database.postgres.errors.PostgresSqlStates:

Static Public Attributes

static final String CHECK_VIOLATION = "23514"
static final String DEADLOCK_DETECTED = "40P01"
static final String FOREIGN_KEY_VIOLATION = "23503"
static final String NOT_NULL_VIOLATION = "23502"
static final String SERIALIZATION_FAILURE = "40001"
static final String UNIQUE_VIOLATION = "23505"

Detailed Description

Definition at line 29 of file PostgresSqlStates.java.

Member Data Documentation

◆ CHECK_VIOLATION

final String dev.rafex.ether.database.postgres.errors.PostgresSqlStates.CHECK_VIOLATION = "23514"
static

◆ DEADLOCK_DETECTED

final String dev.rafex.ether.database.postgres.errors.PostgresSqlStates.DEADLOCK_DETECTED = "40P01"
static

◆ FOREIGN_KEY_VIOLATION

final String dev.rafex.ether.database.postgres.errors.PostgresSqlStates.FOREIGN_KEY_VIOLATION = "23503"
static

◆ NOT_NULL_VIOLATION

final String dev.rafex.ether.database.postgres.errors.PostgresSqlStates.NOT_NULL_VIOLATION = "23502"
static

◆ SERIALIZATION_FAILURE

final String dev.rafex.ether.database.postgres.errors.PostgresSqlStates.SERIALIZATION_FAILURE = "40001"
static

◆ UNIQUE_VIOLATION

final String dev.rafex.ether.database.postgres.errors.PostgresSqlStates.UNIQUE_VIOLATION = "23505"
static

The documentation for this class was generated from the following file:
  • ether-database-postgres/ether-database-postgres/src/main/java/dev/rafex/ether/database/postgres/errors/PostgresSqlStates.java