github.com/jackc/pgtype.Bytea.EncodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		bytea.go#L109: func (src Bytea) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		bytea_array.go#L396: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)