type github.com/jackc/pgtype.TimestampArray
32 uses
github.com/jackc/pgtype (current package)
pgtype.go#L269: ci.RegisterDataType(DataType{Value: &TimestampArray{}, Name: "_timestamp", OID: TimestampArrayOID})
pgtype.go#L885: "_timestamp": &TimestampArray{},
timestamp_array.go#L15: type TimestampArray struct {
timestamp_array.go#L21: func (dst *TimestampArray) Set(src interface{}) error {
timestamp_array.go#L24: *dst = TimestampArray{Status: Null}
timestamp_array.go#L40: *dst = TimestampArray{Status: Null}
timestamp_array.go#L42: *dst = TimestampArray{Status: Present}
timestamp_array.go#L50: *dst = TimestampArray{
timestamp_array.go#L59: *dst = TimestampArray{Status: Null}
timestamp_array.go#L61: *dst = TimestampArray{Status: Present}
timestamp_array.go#L69: *dst = TimestampArray{
timestamp_array.go#L78: *dst = TimestampArray{Status: Null}
timestamp_array.go#L80: *dst = TimestampArray{Status: Present}
timestamp_array.go#L82: *dst = TimestampArray{
timestamp_array.go#L94: *dst = TimestampArray{Status: Null}
timestamp_array.go#L103: *dst = TimestampArray{Status: Present}
timestamp_array.go#L113: *dst = TimestampArray{
timestamp_array.go#L148: func (dst *TimestampArray) setRecursive(value reflect.Value, index, dimension int) (int, error) {
timestamp_array.go#L182: func (dst TimestampArray) Get() interface{} {
timestamp_array.go#L193: func (src *TimestampArray) AssignTo(dst interface{}) error {
timestamp_array.go#L263: func (src *TimestampArray) assignToRecursive(value reflect.Value, index, dimension int) (int, error) {
timestamp_array.go#L310: func (dst *TimestampArray) DecodeText(ci *ConnInfo, src []byte) error {
timestamp_array.go#L312: *dst = TimestampArray{Status: Null}
timestamp_array.go#L341: *dst = TimestampArray{Elements: elements, Dimensions: uta.Dimensions, Status: Present}
timestamp_array.go#L346: func (dst *TimestampArray) DecodeBinary(ci *ConnInfo, src []byte) error {
timestamp_array.go#L348: *dst = TimestampArray{Status: Null}
timestamp_array.go#L359: *dst = TimestampArray{Dimensions: arrayHeader.Dimensions, Status: Present}
timestamp_array.go#L384: *dst = TimestampArray{Elements: elements, Dimensions: arrayHeader.Dimensions, Status: Present}
timestamp_array.go#L388: func (src TimestampArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
timestamp_array.go#L445: func (src TimestampArray) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
timestamp_array.go#L490: func (dst *TimestampArray) Scan(src interface{}) error {
timestamp_array.go#L508: func (src TimestampArray) 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. |