type github.com/jackc/pgtype.BPChar
26 uses
github.com/jackc/pgtype (current package)
bpchar.go#L9: type BPChar Text
bpchar.go#L12: func (dst *BPChar) Set(src interface{}) error {
bpchar.go#L17: func (dst BPChar) Get() interface{} {
bpchar.go#L22: func (src *BPChar) AssignTo(dst interface{}) error {
bpchar.go#L36: func (BPChar) PreferredResultFormat() int16 {
bpchar.go#L40: func (dst *BPChar) DecodeText(ci *ConnInfo, src []byte) error {
bpchar.go#L44: func (dst *BPChar) DecodeBinary(ci *ConnInfo, src []byte) error {
bpchar.go#L48: func (BPChar) PreferredParamFormat() int16 {
bpchar.go#L52: func (src BPChar) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
bpchar.go#L56: func (src BPChar) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
bpchar.go#L61: func (dst *BPChar) Scan(src interface{}) error {
bpchar.go#L66: func (src BPChar) Value() (driver.Value, error) {
bpchar.go#L70: func (src BPChar) MarshalJSON() ([]byte, error) {
bpchar.go#L74: func (dst *BPChar) UnmarshalJSON(b []byte) error {
bpchar_array.go#L15: Elements []BPChar
bpchar_array.go#L43: elements := make([]BPChar, len(value))
bpchar_array.go#L62: elements := make([]BPChar, len(value))
bpchar_array.go#L75: case []BPChar:
bpchar_array.go#L113: Elements: make([]BPChar, elementsLength),
bpchar_array.go#L130: dst.Elements = make([]BPChar, elementsLength)
bpchar_array.go#L320: var elements []BPChar
bpchar_array.go#L323: elements = make([]BPChar, len(uta.Elements))
bpchar_array.go#L326: var elem BPChar
bpchar_array.go#L367: elements := make([]BPChar, elementCount)
pgtype.go#L277: ci.RegisterDataType(DataType{Value: &BPChar{}, Name: "bpchar", OID: BPCharOID})
pgtype.go#L894: "bpchar": &BPChar{},
 |
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. |