package
1.5.7
Repository: https://github.com/cybergarage/go-postgresql.git
Documentation: pkg.go.dev

# Functions

NewErrColumnNotExist returns a new column not exist error.
NewErrColumnsNotEqual returns a new columns not equal error.
NewErrColumnValueNotExist returns a new column value not exist error.
NewErrDatabaseExist returns a new database exist error.
NewErrDatabaseNotExist returns a new database not exist error.
NewErrExist returns a new exist error.
NewErrGroupByColumnValueNotFound returns a new group by column not found error.
NewErrInvalid returns a new invalid error.
NewErrPreparedStatementMultiStatement returns a new prepared statement multi statement error.
NewErrMultipleTableNotSupported returns a new prepared statement multi table error.
NewErrNotEqual returns a new not equal error.
NewErrNotExist returns a new not exist error.
NewErrNotImplemented returns a new ErrNotImplemented error.
NewErrNotSupported returns a new ErrNotSupported error.
NewErrPreparedPortalNotExist returns a new prepared portal not exist error.
NewErrPreparedStatementNotExist returns a new prepared statement not exist error.
NewErrTableExist returns a new table exist error.
NewErrTableNotExist returns a new table not exist error.

# Variables

ErrExists is returned when the specified object is already exists.
ErrInvalid is returned when the specified object is invalid.
ErrNotEqual is returned when the specified object is not equal.
ErrNotExist is returned when the specified object is not exist.
ErrNotFound is returned when the specified object is not found.
ErrNotImplemented is returned when the operation is not implemented.
ErrNotSupported is returned when the operation is not supported.