Home
last modified time | relevance | path

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

/trunk/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java196 public Object getValue( final RowSet i_rowSet ) throws SQLException; in getValue() argument
216 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument
218 return i_rowSet.getInt( m_columnIndex ); in getValue()
229 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument
231 return i_rowSet.getDate( m_columnIndex ); in getValue()

Completed in 7 milliseconds