Searched refs:_colIndex (Results 1 – 1 of 1) sorted by relevance
173 String getString( int _colIndex ) throws SQLException in getString() argument175 return m_row.getString( _colIndex ); in getString()179 boolean getBoolean( int _colIndex ) throws SQLException in getBoolean() argument181 return m_row.getBoolean( _colIndex ); in getBoolean()185 byte getByte( int _colIndex ) throws SQLException in getByte() argument187 return m_row.getByte( _colIndex ); in getByte()191 short getShort( int _colIndex ) throws SQLException in getShort() argument193 return m_row.getShort( _colIndex ); in getShort()197 int getInt( int _colIndex ) throws SQLException in getInt() argument199 return m_row.getInt( _colIndex ); in getInt()[all …]