(columnIndex int32)
| 59 | } |
| 60 | |
| 61 | func (s *SessionDataSet) GetIntByIndex(columnIndex int32) (int32, error) { |
| 62 | return s.ioTDBRpcDataSet.getIntByIndex(columnIndex) |
| 63 | } |
| 64 | |
| 65 | func (s *SessionDataSet) GetInt(columnName string) (int32, error) { |
| 66 | return s.ioTDBRpcDataSet.getInt(columnName) |