Searched refs:i_rowSet (Results 1 – 1 of 1) sorted by relevance
196 public Object getValue( final RowSet i_rowSet ) throws SQLException; in getValue() argument216 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument218 return i_rowSet.getInt( m_columnIndex ); in getValue()229 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument231 return i_rowSet.getDate( m_columnIndex ); in getValue()
Completed in 22 milliseconds