github.com/jackc/pgtype.TimestampArray.EncodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		timestamp_array.go#L388: func (src TimestampArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		timestamp_array.go#L509: 	buf, err := src.EncodeText(nil, nil)