Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx262 SQLLEN numRows = 0; in getRowCount() local
265 THROW_SQL(N3SQLRowCount(m_aStatementHandle,&numRows)); in getRowCount()
270 return numRows; in getRowCount()
545 sal_Int32 numRows = -1; in executeUpdate() local
551 numRows = getUpdateCount(); in executeUpdate()
562 return numRows; in executeUpdate()
H A DOPreparedStatement.cxx246 sal_Int32 numRows = -1; in executeUpdate() local
253 numRows = getUpdateCount (); in executeUpdate()
260 return numRows; in executeUpdate()

Completed in 25 milliseconds