/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 441 if (!xMeta.is() && !xMeta->supportsBatchUpdates()) in addBatch() 456 if (!xMeta.is() && !xMeta->supportsBatchUpdates()) in clearBatch() 471 if (!xMeta.is() && !xMeta->supportsBatchUpdates()) in executeBatch() 595 if (!xMeta.is() && !xMeta->supportsBatchUpdates()) in addBatch() 609 if (!xMeta.is() && !xMeta->supportsBatchUpdates()) in clearBatch() 622 if (!xMeta.is() && !xMeta->supportsBatchUpdates()) in executeBatch()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 521 public boolean supportsBatchUpdates() throws SQLException { in supportsBatchUpdates() method in PostgresqlDatabaseMetadata 522 return impl.supportsBatchUpdates(); in supportsBatchUpdates()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | Statement.idl | 92 <member scope= "com::sun::star::sdbc"> XDatabaseMetaData::supportsBatchUpdates()</member>
|
H A D | PreparedStatement.idl | 141 <member scope= "com::sun::star::sdbc">XDatabaseMetaData::supportsBatchUpdates()</member>
|
H A D | XDatabaseMetaData.idl | 2532 boolean supportsBatchUpdates() raises (SQLException);
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 1727 public boolean supportsBatchUpdates() throws SQLException { in supportsBatchUpdates() method in JavaSQLDatabaseMetaData 1729 return jdbcDatabaseMetaData.supportsBatchUpdates(); in supportsBatchUpdates()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 230 sal_Bool SAL_CALL supportsBatchUpdates() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 1469 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates() in supportsBatchUpdates() function in ODatabaseMetaData 1472 return impl_getBoolMetaData("supportsBatchUpdates", &sql::DatabaseMetaData::supportsBatchUpdates); in supportsBatchUpdates()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 745 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 200 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 998 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeExcep… in supportsBatchUpdates() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 226 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 186 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 773 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeExcept… in supportsBatchUpdates() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 201 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 1207 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 1078 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 219 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 203 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 214 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 1412 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeEx… in supportsBatchUpdates() function in java_sql_DatabaseMetaData
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 1730 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData
|