Home
last modified time | relevance | path

Searched refs:supportsBatchUpdates (Results 1 – 22 of 22) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx441 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 DPostgresqlDatabaseMetadata.java521 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 DStatement.idl92 <member scope= "com::sun::star::sdbc"> XDatabaseMetaData::supportsBatchUpdates()</member>
H A DPreparedStatement.idl141 <member scope= "com::sun::star::sdbc">XDatabaseMetaData::supportsBatchUpdates()</member>
H A DXDatabaseMetaData.idl2532 boolean supportsBatchUpdates() raises (SQLException);
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java1727 public boolean supportsBatchUpdates() throws SQLException { in supportsBatchUpdates() method in JavaSQLDatabaseMetaData
1729 return jdbcDatabaseMetaData.supportsBatchUpdates(); in supportsBatchUpdates()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx230 sal_Bool SAL_CALL supportsBatchUpdates() throw(my_SQLException, my_RuntimeException);
H A Dmysqlc_databasemetadata.cxx1469 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 DSDatabaseMetaData.cxx745 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData
H A DSDatabaseMetaData.hxx200 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx998 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeExcep… in supportsBatchUpdates() function in OEvoabDatabaseMetaData
H A DNDatabaseMetaData.hxx226 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
/trunk/main/connectivity/source/inc/file/
H A DFDatabaseMetaData.hxx186 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx773 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeExcept… in supportsBatchUpdates() function in MacabDatabaseMetaData
H A DMacabDatabaseMetaData.hxx201 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx1207 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx1078 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx219 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx203 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx214 …virtual sal_Bool SAL_CALL supportsBatchUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::c…
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx1412 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 DODatabaseMetaData.cxx1730 sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException, RuntimeException) in supportsBatchUpdates() function in ODatabaseMetaData

Completed in 125 milliseconds