Searched refs:i_rowSet (Results 1 – 1 of 1) sorted by relevance
191 public Object getValue( final RowSet i_rowSet ) throws SQLException; in getValue() argument211 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument213 return i_rowSet.getInt( m_columnIndex ); in getValue()224 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument226 return i_rowSet.getDate( m_columnIndex ); in getValue()
Completed in 16 milliseconds