type github.com/jackc/pgtype.UUIDArray
38 uses
github.com/jackc/pgtype (current package)
pgtype.go#L271: ci.RegisterDataType(DataType{Value: &UUIDArray{}, Name: "_uuid", OID: UUIDArrayOID})
pgtype.go#L887: "_uuid": &UUIDArray{},
uuid_array.go#L14: type UUIDArray struct {
uuid_array.go#L20: func (dst *UUIDArray) Set(src interface{}) error {
uuid_array.go#L23: *dst = UUIDArray{Status: Null}
uuid_array.go#L39: *dst = UUIDArray{Status: Null}
uuid_array.go#L41: *dst = UUIDArray{Status: Present}
uuid_array.go#L49: *dst = UUIDArray{
uuid_array.go#L58: *dst = UUIDArray{Status: Null}
uuid_array.go#L60: *dst = UUIDArray{Status: Present}
uuid_array.go#L68: *dst = UUIDArray{
uuid_array.go#L77: *dst = UUIDArray{Status: Null}
uuid_array.go#L79: *dst = UUIDArray{Status: Present}
uuid_array.go#L87: *dst = UUIDArray{
uuid_array.go#L96: *dst = UUIDArray{Status: Null}
uuid_array.go#L98: *dst = UUIDArray{Status: Present}
uuid_array.go#L106: *dst = UUIDArray{
uuid_array.go#L115: *dst = UUIDArray{Status: Null}
uuid_array.go#L117: *dst = UUIDArray{Status: Present}
uuid_array.go#L119: *dst = UUIDArray{
uuid_array.go#L131: *dst = UUIDArray{Status: Null}
uuid_array.go#L140: *dst = UUIDArray{Status: Present}
uuid_array.go#L150: *dst = UUIDArray{
uuid_array.go#L185: func (dst *UUIDArray) setRecursive(value reflect.Value, index, dimension int) (int, error) {
uuid_array.go#L219: func (dst UUIDArray) Get() interface{} {
uuid_array.go#L230: func (src *UUIDArray) AssignTo(dst interface{}) error {
uuid_array.go#L318: func (src *UUIDArray) assignToRecursive(value reflect.Value, index, dimension int) (int, error) {
uuid_array.go#L365: func (dst *UUIDArray) DecodeText(ci *ConnInfo, src []byte) error {
uuid_array.go#L367: *dst = UUIDArray{Status: Null}
uuid_array.go#L396: *dst = UUIDArray{Elements: elements, Dimensions: uta.Dimensions, Status: Present}
uuid_array.go#L401: func (dst *UUIDArray) DecodeBinary(ci *ConnInfo, src []byte) error {
uuid_array.go#L403: *dst = UUIDArray{Status: Null}
uuid_array.go#L414: *dst = UUIDArray{Dimensions: arrayHeader.Dimensions, Status: Present}
uuid_array.go#L439: *dst = UUIDArray{Elements: elements, Dimensions: arrayHeader.Dimensions, Status: Present}
uuid_array.go#L443: func (src UUIDArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
uuid_array.go#L500: func (src UUIDArray) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
uuid_array.go#L545: func (dst *UUIDArray) Scan(src interface{}) error {
uuid_array.go#L563: func (src UUIDArray) Value() (driver.Value, error) {
 |
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. |