type github.com/jackc/pgtype.BPCharArray
32 uses
github.com/jackc/pgtype (current package)
bpchar_array.go#L14: type BPCharArray struct {
bpchar_array.go#L20: func (dst *BPCharArray) Set(src interface{}) error {
bpchar_array.go#L23: *dst = BPCharArray{Status: Null}
bpchar_array.go#L39: *dst = BPCharArray{Status: Null}
bpchar_array.go#L41: *dst = BPCharArray{Status: Present}
bpchar_array.go#L49: *dst = BPCharArray{
bpchar_array.go#L58: *dst = BPCharArray{Status: Null}
bpchar_array.go#L60: *dst = BPCharArray{Status: Present}
bpchar_array.go#L68: *dst = BPCharArray{
bpchar_array.go#L77: *dst = BPCharArray{Status: Null}
bpchar_array.go#L79: *dst = BPCharArray{Status: Present}
bpchar_array.go#L81: *dst = BPCharArray{
bpchar_array.go#L93: *dst = BPCharArray{Status: Null}
bpchar_array.go#L102: *dst = BPCharArray{Status: Present}
bpchar_array.go#L112: *dst = BPCharArray{
bpchar_array.go#L147: func (dst *BPCharArray) setRecursive(value reflect.Value, index, dimension int) (int, error) {
bpchar_array.go#L181: func (dst BPCharArray) Get() interface{} {
bpchar_array.go#L192: func (src *BPCharArray) AssignTo(dst interface{}) error {
bpchar_array.go#L262: func (src *BPCharArray) assignToRecursive(value reflect.Value, index, dimension int) (int, error) {
bpchar_array.go#L309: func (dst *BPCharArray) DecodeText(ci *ConnInfo, src []byte) error {
bpchar_array.go#L311: *dst = BPCharArray{Status: Null}
bpchar_array.go#L340: *dst = BPCharArray{Elements: elements, Dimensions: uta.Dimensions, Status: Present}
bpchar_array.go#L345: func (dst *BPCharArray) DecodeBinary(ci *ConnInfo, src []byte) error {
bpchar_array.go#L347: *dst = BPCharArray{Status: Null}
bpchar_array.go#L358: *dst = BPCharArray{Dimensions: arrayHeader.Dimensions, Status: Present}
bpchar_array.go#L383: *dst = BPCharArray{Elements: elements, Dimensions: arrayHeader.Dimensions, Status: Present}
bpchar_array.go#L387: func (src BPCharArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
bpchar_array.go#L444: func (src BPCharArray) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
bpchar_array.go#L489: func (dst *BPCharArray) Scan(src interface{}) error {
bpchar_array.go#L507: func (src BPCharArray) Value() (driver.Value, error) {
pgtype.go#L257: ci.RegisterDataType(DataType{Value: &BPCharArray{}, Name: "_bpchar", OID: BPCharArrayOID})
pgtype.go#L873: "_bpchar": &BPCharArray{},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |