github.com/jackc/pgtype.ArrayType.status (field)

13 uses

	github.com/jackc/pgtype (current package)
		array_type.go#L23: 	status     Status
		array_type.go#L34: 		status:     at.status,
		array_type.go#L49: 	dst.status = Null
		array_type.go#L80: 	dst.status = Present
		array_type.go#L86: 	switch dst.status {
		array_type.go#L96: 		return dst.status
		array_type.go#L113: 	switch src.status {
		array_type.go#L171: 	dst.status = Present
		array_type.go#L193: 		dst.status = Present
		array_type.go#L223: 	dst.status = Present
		array_type.go#L229: 	switch src.status {
		array_type.go#L286: 	switch src.status {