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

2 uses

	github.com/jackc/pgtype (current package)
		bool_array.go#L387: func (src BoolArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		bool_array.go#L508: 	buf, err := src.EncodeText(nil, nil)