| /trunk/main/offapi/com/sun/star/sdbc/ |
| H A D | ResultSetConcurrency.idl | 34 /** is the concurrency mode for a 41 /** is the concurrency mode for a
|
| H A D | XConnection.idl | 84 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 D | Statement.idl | 178 /** retrieves the result set concurrency.
|
| H A D | ResultSet.idl | 201 /** retrieves the result set concurrency.
|
| H A D | PreparedStatement.idl | 224 /** retrieves the result set concurrency.
|
| H A D | XDatabaseMetaData.idl | 2392 /** Does the database support the concurrency type in combination 2397 @param concurrency 2406 [in]long concurrency)
|
| /trunk/.github/workflows/ |
| H A D | pre-commit.yml | 25 concurrency:
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OStatement.cxx | 275 // 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 D | ODatabaseMetaData.cxx | 1602 …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 D | conn_log_res.src | 142 Text = "s$1$: going to set result set concurrency: $2$";
|
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_databasemetadata.hxx | 220 …sal_Bool SAL_CALL supportsResultSetConcurrency(sal_Int32 setType, sal_Int32 concurrency) throw(my_…
|
| H A D | mysqlc_databasemetadata.cxx | 1365 … 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 D | JavaSQLDatabaseMetaData.java | 1637 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 D | RowSet.cxx | 1074 // - 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 D | RowSet.hxx | 421 /** sets the given result set type/concurrency at the given statement, while respecting
|
| /trunk/main/connectivity/source/drivers/jdbc/ |
| H A D | DatabaseMetaData.cxx | 1339 …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 D | FDatabaseMetaData.hxx | 176 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NDatabaseMetaData.hxx | 216 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
|
| /trunk/main/connectivity/source/inc/java/sql/ |
| H A D | DatabaseMetaData.hxx | 193 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | ADatabaseMetaData.hxx | 209 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | ODatabaseMetaData.hxx | 204 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
|
| /trunk/main/connectivity/source/drivers/macab/ |
| H A D | MacabDatabaseMetaData.hxx | 191 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SDatabaseMetaData.hxx | 190 …ol SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency ) throw(::com::…
|
| /trunk/main/slideshow/source/engine/ |
| H A D | slideshowimpl.cxx | 213 concurrency to the clients of this class, which, as noted
|
| /trunk/main/framework/source/fwe/helper/ |
| H A D | undomanagerhelper.cxx | 190 …::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Concurrency error: an earlier operation on the stac… in cancel()
|