Home
last modified time | relevance | path

Searched refs:refreshRow (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSet.idl262 <code>refreshRow</code>
266 <code>refreshRow</code>
273 <code>refreshRow</code>
280 <code>refreshRow</code>
285 void refreshRow() raises (SQLException);
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx1178 refreshRow(); in next()
1241 refreshRow(); in first()
1259 refreshRow(); in last_checked()
1315 refreshRow(); in absolute_checked()
1325 refreshRow(); in relative()
1339 refreshRow(); in previous_checked()
1350 void SAL_CALL OKeySet::refreshRow() in refreshRow() function in OKeySet
1409 refreshRow(); in refreshRow()
H A DCacheSet.cxx705 void SAL_CALL OCacheSet::refreshRow( ) in refreshRow() function in OCacheSet
708 m_xDriverSet->refreshRow(); in refreshRow()
H A DStaticSet.hxx73 virtual void SAL_CALL refreshRow( );
H A Dresultset.cxx991 void OResultSet::refreshRow(void) in refreshRow() function in OResultSet
997 m_xDelegatorResultSet->refreshRow(); in refreshRow()
H A DRowSetCache.hxx251 void refreshRow( );
H A DCacheSet.hxx124 virtual void SAL_CALL refreshRow( );
/trunk/main/forms/qa/integration/complex/forms/tools/
H A DResultSet.java137 void refreshRow() throws SQLException in refreshRow() method in ResultSet
139 m_resultSet.refreshRow(); in refreshRow()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java161 public void refreshRow() throws SQLException in refreshRow() method in RowSet
163 m_rowSet.refreshRow(); in refreshRow()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java162 public void refreshRow() throws SQLException in refreshRow() method in RowSet
164 m_rowSet.refreshRow(); in refreshRow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java391 oObj.refreshRow() ; in _refreshRow()
407 oObj.refreshRow(); in _refreshRow()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java188 public void refreshRow() throws com.sun.star.uno.Exception in refreshRow() method in Sales
210 rs.refreshRow(); in refreshRow()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx166 void refreshRow() { m_xMoveOperations->refreshRow(); } in refreshRow() function in CursorWrapper
/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java155 public void refreshRow() throws SQLException { in refreshRow() method in PostgresqlResultSet
156 impl.refreshRow(); in refreshRow()
/trunk/main/connectivity/source/inc/adabas/
H A DBResultSet.hxx50 virtual void SAL_CALL refreshRow( );
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1049 ::refreshRow() in refreshRow() function in ContentResultSetWrapper
1058 m_xResultSetOrigin->refreshRow(); in refreshRow()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java917 public void refreshRow() throws SQLException { in refreshRow() method in JavaSQLResultSet
919 jdbcResultSet.refreshRow(); in refreshRow()
/trunk/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx184 void SAL_CALL OAdabasResultSet::refreshRow( ) in refreshRow() function in OAdabasResultSet
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx139 virtual void SAL_CALL refreshRow( );
/trunk/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx150 virtual void SAL_CALL refreshRow( );
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1121 void SAL_CALL DatabaseDataProvider::refreshRow() in refreshRow() function in dbaccess::DatabaseDataProvider
1123 m_xRowSet->refreshRow(); in refreshRow()
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaDataResultSet.hxx149 virtual void SAL_CALL refreshRow( );
/trunk/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx184 virtual void SAL_CALL refreshRow( );
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx176 refreshRow();
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx149 void SAL_CALL refreshRow();

1234