type github.com/jackc/pgtype.HstoreArray

27 uses

	github.com/jackc/pgtype (current package)
		hstore_array.go#L14: type HstoreArray struct {
		hstore_array.go#L20: func (dst *HstoreArray) Set(src interface{}) error {
		hstore_array.go#L23: 		*dst = HstoreArray{Status: Null}
		hstore_array.go#L39: 			*dst = HstoreArray{Status: Null}
		hstore_array.go#L41: 			*dst = HstoreArray{Status: Present}
		hstore_array.go#L49: 			*dst = HstoreArray{
		hstore_array.go#L58: 			*dst = HstoreArray{Status: Null}
		hstore_array.go#L60: 			*dst = HstoreArray{Status: Present}
		hstore_array.go#L62: 			*dst = HstoreArray{
		hstore_array.go#L74: 			*dst = HstoreArray{Status: Null}
		hstore_array.go#L83: 			*dst = HstoreArray{Status: Present}
		hstore_array.go#L93: 		*dst = HstoreArray{
		hstore_array.go#L128: func (dst *HstoreArray) setRecursive(value reflect.Value, index, dimension int) (int, error) {
		hstore_array.go#L162: func (dst HstoreArray) Get() interface{} {
		hstore_array.go#L173: func (src *HstoreArray) AssignTo(dst interface{}) error {
		hstore_array.go#L234: func (src *HstoreArray) assignToRecursive(value reflect.Value, index, dimension int) (int, error) {
		hstore_array.go#L281: func (dst *HstoreArray) DecodeText(ci *ConnInfo, src []byte) error {
		hstore_array.go#L283: 		*dst = HstoreArray{Status: Null}
		hstore_array.go#L312: 	*dst = HstoreArray{Elements: elements, Dimensions: uta.Dimensions, Status: Present}
		hstore_array.go#L317: func (dst *HstoreArray) DecodeBinary(ci *ConnInfo, src []byte) error {
		hstore_array.go#L319: 		*dst = HstoreArray{Status: Null}
		hstore_array.go#L330: 		*dst = HstoreArray{Dimensions: arrayHeader.Dimensions, Status: Present}
		hstore_array.go#L355: 	*dst = HstoreArray{Elements: elements, Dimensions: arrayHeader.Dimensions, Status: Present}
		hstore_array.go#L359: func (src HstoreArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		hstore_array.go#L416: func (src HstoreArray) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
		hstore_array.go#L461: func (dst *HstoreArray) Scan(src interface{}) error {
		hstore_array.go#L479: func (src HstoreArray) Value() (driver.Value, error) {