type github.com/jackc/pgtype.CIDRArray
35 uses
github.com/jackc/pgtype (current package)
cidr_array.go#L15: type CIDRArray struct {
cidr_array.go#L21: func (dst *CIDRArray) Set(src interface{}) error {
cidr_array.go#L24: *dst = CIDRArray{Status: Null}
cidr_array.go#L40: *dst = CIDRArray{Status: Null}
cidr_array.go#L42: *dst = CIDRArray{Status: Present}
cidr_array.go#L50: *dst = CIDRArray{
cidr_array.go#L59: *dst = CIDRArray{Status: Null}
cidr_array.go#L61: *dst = CIDRArray{Status: Present}
cidr_array.go#L69: *dst = CIDRArray{
cidr_array.go#L78: *dst = CIDRArray{Status: Null}
cidr_array.go#L80: *dst = CIDRArray{Status: Present}
cidr_array.go#L88: *dst = CIDRArray{
cidr_array.go#L97: *dst = CIDRArray{Status: Null}
cidr_array.go#L99: *dst = CIDRArray{Status: Present}
cidr_array.go#L101: *dst = CIDRArray{
cidr_array.go#L113: *dst = CIDRArray{Status: Null}
cidr_array.go#L122: *dst = CIDRArray{Status: Present}
cidr_array.go#L132: *dst = CIDRArray{
cidr_array.go#L167: func (dst *CIDRArray) setRecursive(value reflect.Value, index, dimension int) (int, error) {
cidr_array.go#L201: func (dst CIDRArray) Get() interface{} {
cidr_array.go#L212: func (src *CIDRArray) AssignTo(dst interface{}) error {
cidr_array.go#L291: func (src *CIDRArray) assignToRecursive(value reflect.Value, index, dimension int) (int, error) {
cidr_array.go#L338: func (dst *CIDRArray) DecodeText(ci *ConnInfo, src []byte) error {
cidr_array.go#L340: *dst = CIDRArray{Status: Null}
cidr_array.go#L369: *dst = CIDRArray{Elements: elements, Dimensions: uta.Dimensions, Status: Present}
cidr_array.go#L374: func (dst *CIDRArray) DecodeBinary(ci *ConnInfo, src []byte) error {
cidr_array.go#L376: *dst = CIDRArray{Status: Null}
cidr_array.go#L387: *dst = CIDRArray{Dimensions: arrayHeader.Dimensions, Status: Present}
cidr_array.go#L412: *dst = CIDRArray{Elements: elements, Dimensions: arrayHeader.Dimensions, Status: Present}
cidr_array.go#L416: func (src CIDRArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
cidr_array.go#L473: func (src CIDRArray) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
cidr_array.go#L518: func (dst *CIDRArray) Scan(src interface{}) error {
cidr_array.go#L536: func (src CIDRArray) Value() (driver.Value, error) {
pgtype.go#L259: ci.RegisterDataType(DataType{Value: &CIDRArray{}, Name: "_cidr", OID: CIDRArrayOID})
pgtype.go#L875: "_cidr": &CIDRArray{},
 |
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. |