(position int32)
| 70 | GetInt(position int32) (int32, error) |
| 71 | GetLong(position int32) (int64, error) |
| 72 | GetFloat(position int32) (float32, error) |
| 73 | GetDouble(position int32) (float64, error) |
| 74 | GetBinary(position int32) (*Binary, error) |
| 75 | GetObject(position int32) (interface{}, error) |
no outgoing calls