Home
last modified time | relevance | path

Searched full:concurrency (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/offapi/com/sun/star/sdbc/
H A DResultSetConcurrency.idl34 /** is the concurrency mode for a
41 /** is the concurrency mode for a
H A DXConnection.idl84 forward-only type, and read-only concurrency, by default.
129 forward-only type and read-only concurrency, by default.
169 forward-only type and read-only concurrency, by default.
H A DStatement.idl178 /** retrieves the result set concurrency.
H A DResultSet.idl201 /** retrieves the result set concurrency.
H A DPreparedStatement.idl224 /** retrieves the result set concurrency.
H A DXDatabaseMetaData.idl2392 /** Does the database support the concurrency type in combination
2397 @param concurrency
2406 [in]long concurrency)
/trunk/.github/workflows/
H A Dpre-commit.yml25 concurrency:
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx275 // the concurrency to lock so that the row can then be updated. Returns
276 // true if the concurrency has been changed
292 // We found it. Change our concurrency level to ensure that the in lockIfNecessary()
368 // the concurrency to lock in execute()
H A DODatabaseMetaData.cxx1602 …seMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(SQLExce… in supportsResultSetConcurrency() argument
1622 switch(concurrency) in supportsResultSetConcurrency()
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src142 Text = "s$1$: going to set result set concurrency: $2$";
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx220 …sal_Bool SAL_CALL supportsResultSetConcurrency(sal_Int32 setType, sal_Int32 concurrency) throw(my_…
H A Dmysqlc_databasemetadata.cxx1365 … SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency(sal_Int32 setType, sal_Int32 concurrency) in supportsResultSetConcurrency() argument
1371 …return meta->supportsResultSetConcurrency(setType, concurrency==com::sun::star::sdbc::TransactionI… in supportsResultSetConcurrency()
1373 … (concurrency == com::sun::star::sdbc::TransactionIsolation::SERIALIZABLE? in supportsResultSetConcurrency()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java1637 public boolean supportsResultSetConcurrency(int setType, int concurrency) throws SQLException { in supportsResultSetConcurrency() argument
1639 return jdbcDatabaseMetaData.supportsResultSetConcurrency(setType, concurrency); in supportsResultSetConcurrency()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1074 // - the concurrency is read only in implCancelRowUpdates()
1614 …// try type/concurrency settings with decreasing usefullness, and rely on what the connection clai… in setStatementResultSetType()
1627 i = 2; // if the database is read-only we only should use read-only concurrency in setStatementResultSetType()
1634 … // don't try type/concurrency pairs which are more featured than what our caller requested in setStatementResultSetType()
1665 // set the result set type and concurrency in impl_prepareAndExecute_throw()
H A DRowSet.hxx421 /** sets the given result set type/concurrency at the given statement, while respecting
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx1339 …seMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(SQLExce… in supportsResultSetConcurrency() argument
1342 …_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG2, pMethodName, setType, concurrency ); in supportsResultSetConcurrency()
1350 out = t.pEnv->CallBooleanMethod( object, mID, setType, concurrency); in supportsResultSetConcurrency()
/trunk/main/connectivity/source/inc/file/
H A DFDatabaseMetaData.hxx176 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.hxx216 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx193 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx209 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx204 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.hxx191 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.hxx190 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx213 concurrency to the clients of this class, which, as noted
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx190 …::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Concurrency error: an earlier operation on the stac… in cancel()

12