constants library
Export shorthand constants for enums at top-level.
Constants
- authenticated → const ConnectionState
- authenticating → const ConnectionState
- begun → const TransactionState
- busy → const ConnectionState
- closed → const ConnectionState
- error → const TransactionState
- idle → const ConnectionState
- initial → const PoolState
- none → const TransactionState
- notConnected → const ConnectionState
- peConnectionClosed → const int
- Errors used in PostgresqlException.exception when Pool.connect failed.
- peConnectionFailed → const int
- Errors used in PostgresqlException.exception when Pool.connect failed.
- peConnectionTimeout → const int
- Errors used in PostgresqlException.exception when Pool.connect failed.
- pePoolStopped → const int
- Errors used in PostgresqlException.exception when Pool.connect failed.
- readCommitted → const Isolation
- repeatableRead → const Isolation
- running → const PoolState
- serializable → const Isolation
- socketConnected → const ConnectionState
- startFailed → const PoolState
- starting → const PoolState
- stopped → const PoolState
- stopping → const PoolState
- streaming → const ConnectionState
- unknown → const TransactionState