Home
last modified time | relevance | path

Searched defs:CopyFail (Results 1 – 8 of 8) sorted by relevance

/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgproto3/v2/
H A Dcopy_fail.go10 type CopyFail struct { struct
11 Message string
15 func (*CopyFail) Frontend() {}
19 func (dst *CopyFail) Decode(src []byte) error {
31 func (src *CopyFail) Encode(dst []byte) []byte {
45 func (src CopyFail) MarshalJSON() ([]byte, error) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgproto3/v2/
H A Dcopy_fail.go10 type CopyFail struct { struct
11 Message string
15 func (*CopyFail) Frontend() {}
19 func (dst *CopyFail) Decode(src []byte) error {
31 func (src *CopyFail) Encode(dst []byte) []byte {
45 func (src CopyFail) MarshalJSON() ([]byte, error) {
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgproto3/v2/
H A Dcopy_fail.go10 type CopyFail struct { struct
11 Message string
15 func (*CopyFail) Frontend() {}
19 func (dst *CopyFail) Decode(src []byte) error {
31 func (src *CopyFail) Encode(dst []byte) []byte {
45 func (src CopyFail) MarshalJSON() ([]byte, error) {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgproto3/v2/
H A Dcopy_fail.go10 type CopyFail struct { struct
11 Message string
15 func (*CopyFail) Frontend() {}
19 func (dst *CopyFail) Decode(src []byte) error {
31 func (src *CopyFail) Encode(dst []byte) []byte {
45 func (src CopyFail) MarshalJSON() ([]byte, error) {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgproto3/v2/
H A Dcopy_fail.go10 type CopyFail struct { struct
11 Message string
15 func (*CopyFail) Frontend() {}
19 func (dst *CopyFail) Decode(src []byte) error {
31 func (src *CopyFail) Encode(dst []byte) []byte {
45 func (src CopyFail) MarshalJSON() ([]byte, error) {
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgproto3/v2/
H A Dcopy_fail.go10 type CopyFail struct { struct
11 Message string
15 func (*CopyFail) Frontend() {}
19 func (dst *CopyFail) Decode(src []byte) error {
31 func (src *CopyFail) Encode(dst []byte) []byte {
45 func (src CopyFail) MarshalJSON() ([]byte, error) {
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/
H A Dcopyman.py57 class CopyFail(Exception): class
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/protocol/
H A Delement3.py907 class CopyFail(StringMessage): class