Documentation
¶
Index ¶
- Variables
- func NewErrColumnNotExist(v any) error
- func NewErrColumnValueNotExist(v any) error
- func NewErrColumnsNotEqual(v1, v2 int) error
- func NewErrDatabaseExist(v string) error
- func NewErrDatabaseNotExist(v string) error
- func NewErrExist(v any) error
- func NewErrGroupByColumnValueNotFound(v any) error
- func NewErrInvalid(v any) error
- func NewErrMultiplePreparedStatementNotSupported(query string) error
- func NewErrMultipleTableNotSupported(query string) error
- func NewErrNotEqual(v1, v2 any) error
- func NewErrNotExist(v any) error
- func NewErrNotImplemented(msg string) error
- func NewErrNotSupported(msg string) error
- func NewErrPreparedPortalNotExist(name string) error
- func NewErrPreparedStatementNotExist(name string) error
- func NewErrTableExist(v string) error
- func NewErrTableNotExist(v string) error
Constants ¶
This section is empty.
Variables ¶
var ErrExist = errors.New("exist")
ErrExists is returned when the specified object is already exists.
var ErrInvalid = errors.New("invalid")
ErrInvalid is returned when the specified object is invalid.
var ErrNotEqual = errors.New("not equal")
ErrNotEqual is returned when the specified object is not equal.
var ErrNotExist = errors.New("not exist")
ErrNotExist is returned when the specified object is not exist.
var ErrNotFound = errors.New("not found")
ErrNotFound is returned when the specified object is not found.
var ErrNotImplemented = errors.New("not implemented")
ErrNotImplemented is returned when the operation is not implemented.
var ErrNotSupported = errors.New("not supported")
ErrNotSupported is returned when the operation is not supported.
Functions ¶
func NewErrColumnNotExist ¶
NewErrColumnNotExist returns a new column not exist error.
func NewErrColumnValueNotExist ¶
NewErrColumnValueNotExist returns a new column value not exist error.
func NewErrColumnsNotEqual ¶
NewErrColumnsNotEqual returns a new columns not equal error.
func NewErrDatabaseExist ¶
NewErrDatabaseExist returns a new database exist error.
func NewErrDatabaseNotExist ¶
NewErrDatabaseNotExist returns a new database not exist error.
func NewErrGroupByColumnValueNotFound ¶
NewErrGroupByColumnValueNotFound returns a new group by column not found error.
func NewErrMultiplePreparedStatementNotSupported ¶
NewErrPreparedStatementMultiStatement returns a new prepared statement multi statement error.
func NewErrMultipleTableNotSupported ¶
NewErrMultipleTableNotSupported returns a new prepared statement multi table error.
func NewErrNotEqual ¶
NewErrNotEqual returns a new not equal error.
func NewErrNotExist ¶
NewErrNotExist returns a new not exist error.
func NewErrNotImplemented ¶
NewErrNotImplemented returns a new ErrNotImplemented error.
func NewErrNotSupported ¶
NewErrNotSupported returns a new ErrNotSupported error.
func NewErrPreparedPortalNotExist ¶
NewErrPreparedPortalNotExist returns a new prepared portal not exist error.
func NewErrPreparedStatementNotExist ¶
NewErrPreparedStatementNotExist returns a new prepared statement not exist error.
func NewErrTableExist ¶
NewErrTableExist returns a new table exist error.
func NewErrTableNotExist ¶
NewErrTableNotExist returns a new table not exist error.
Types ¶
This section is empty.