Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java191 public Object getValue( final RowSet i_rowSet ) throws SQLException; in getValue() argument
211 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument
213 return i_rowSet.getInt( m_columnIndex ); in getValue()
224 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() argument
226 return i_rowSet.getDate( m_columnIndex ); in getValue()

Completed in 6 milliseconds