type github.com/jackc/pgtype.TimestamptzArray

32 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L270: 	ci.RegisterDataType(DataType{Value: &TimestamptzArray{}, Name: "_timestamptz", OID: TimestamptzArrayOID})
		pgtype.go#L886: 		"_timestamptz": &TimestamptzArray{},
		timestamptz_array.go#L15: type TimestamptzArray struct {
		timestamptz_array.go#L21: func (dst *TimestamptzArray) Set(src interface{}) error {
		timestamptz_array.go#L24: 		*dst = TimestamptzArray{Status: Null}
		timestamptz_array.go#L40: 			*dst = TimestamptzArray{Status: Null}
		timestamptz_array.go#L42: 			*dst = TimestamptzArray{Status: Present}
		timestamptz_array.go#L50: 			*dst = TimestamptzArray{
		timestamptz_array.go#L59: 			*dst = TimestamptzArray{Status: Null}
		timestamptz_array.go#L61: 			*dst = TimestamptzArray{Status: Present}
		timestamptz_array.go#L69: 			*dst = TimestamptzArray{
		timestamptz_array.go#L78: 			*dst = TimestamptzArray{Status: Null}
		timestamptz_array.go#L80: 			*dst = TimestamptzArray{Status: Present}
		timestamptz_array.go#L82: 			*dst = TimestamptzArray{
		timestamptz_array.go#L94: 			*dst = TimestamptzArray{Status: Null}
		timestamptz_array.go#L103: 			*dst = TimestamptzArray{Status: Present}
		timestamptz_array.go#L113: 		*dst = TimestamptzArray{
		timestamptz_array.go#L148: func (dst *TimestamptzArray) setRecursive(value reflect.Value, index, dimension int) (int, error) {
		timestamptz_array.go#L182: func (dst TimestamptzArray) Get() interface{} {
		timestamptz_array.go#L193: func (src *TimestamptzArray) AssignTo(dst interface{}) error {
		timestamptz_array.go#L263: func (src *TimestamptzArray) assignToRecursive(value reflect.Value, index, dimension int) (int, error) {
		timestamptz_array.go#L310: func (dst *TimestamptzArray) DecodeText(ci *ConnInfo, src []byte) error {
		timestamptz_array.go#L312: 		*dst = TimestamptzArray{Status: Null}
		timestamptz_array.go#L341: 	*dst = TimestamptzArray{Elements: elements, Dimensions: uta.Dimensions, Status: Present}
		timestamptz_array.go#L346: func (dst *TimestamptzArray) DecodeBinary(ci *ConnInfo, src []byte) error {
		timestamptz_array.go#L348: 		*dst = TimestamptzArray{Status: Null}
		timestamptz_array.go#L359: 		*dst = TimestamptzArray{Dimensions: arrayHeader.Dimensions, Status: Present}
		timestamptz_array.go#L384: 	*dst = TimestamptzArray{Elements: elements, Dimensions: arrayHeader.Dimensions, Status: Present}
		timestamptz_array.go#L388: func (src TimestamptzArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		timestamptz_array.go#L445: func (src TimestamptzArray) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
		timestamptz_array.go#L490: func (dst *TimestamptzArray) Scan(src interface{}) error {
		timestamptz_array.go#L508: func (src TimestamptzArray) Value() (driver.Value, error) {