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() throw(SQLException, RuntimeException) in refreshRow() function in OKeySet
1409 refreshRow(); in refreshRow()
H A DCacheSet.cxx705 void SAL_CALL OCacheSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow() function in OCacheSet
708 m_xDriverSet->refreshRow(); in refreshRow()
H A DStaticSet.hxx73 …virtual void SAL_CALL refreshRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A Dresultset.cxx991 void OResultSet::refreshRow(void) throw( SQLException, RuntimeException ) in refreshRow() function in OResultSet
997 m_xDelegatorResultSet->refreshRow(); in refreshRow()
H A DRowSetCache.hxx251 void refreshRow( );
H A DRowSetBase.cxx1192 void SAL_CALL ORowSetBase::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow() function in dbaccess::ORowSetBase
1206 m_pCache->refreshRow(); in refreshRow()
H A DStaticSet.cxx305 void SAL_CALL OStaticSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow() function in OStaticSet
/trunk/main/forms/qa/org/openoffice/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.hxx167 void refreshRow() { m_xMoveOperations->refreshRow(); } in refreshRow() function in CursorWrapper
/trunk/main/connectivity/java/sdbc_postgresql/src/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( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1111 ::refreshRow() in refreshRow() function in ContentResultSetWrapper
1122 m_xResultSetOrigin->refreshRow(); in refreshRow()
/trunk/main/connectivity/java/sdbc_jdbc/src/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( ) throw(SQLException, RuntimeException) in refreshRow() function in OAdabasResultSet
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java176 public synchronized void refreshRow() throws SQLException { in refreshRow() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java198 public synchronized void refreshRow() throws SQLException { in refreshRow() method in DatabaseMetaDataResultSet
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1121 void SAL_CALL DatabaseDataProvider::refreshRow() throw( SQLException, RuntimeException ) in refreshRow() function in dbaccess::DatabaseDataProvider
1123 m_xRowSet->refreshRow(); in refreshRow()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx285 refreshRow()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx154 void SAL_CALL refreshRow() throw(SQLException, RuntimeException);
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx334 ResultSetBase::refreshRow( in refreshRow() function in ResultSetBase

Completed in 131 milliseconds

1234