Home
last modified time | relevance | path

Searched refs:_colIndex (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java173 String getString( int _colIndex ) throws SQLException in getString() argument
175 return m_row.getString( _colIndex ); in getString()
179 boolean getBoolean( int _colIndex ) throws SQLException in getBoolean() argument
181 return m_row.getBoolean( _colIndex ); in getBoolean()
185 byte getByte( int _colIndex ) throws SQLException in getByte() argument
187 return m_row.getByte( _colIndex ); in getByte()
191 short getShort( int _colIndex ) throws SQLException in getShort() argument
193 return m_row.getShort( _colIndex ); in getShort()
197 int getInt( int _colIndex ) throws SQLException in getInt() argument
199 return m_row.getInt( _colIndex ); in getInt()
[all …]