/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 473 public boolean ownUpdatesAreVisible(int arg0) throws SQLException { in ownUpdatesAreVisible() method in PostgresqlDatabaseMetadata 474 return impl.ownUpdatesAreVisible(arg0); in ownUpdatesAreVisible()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 1646 public boolean ownUpdatesAreVisible(int setType) throws SQLException { in ownUpdatesAreVisible() method in JavaSQLDatabaseMetaData 1648 return jdbcDatabaseMetaData.ownUpdatesAreVisible(setType); in ownUpdatesAreVisible()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 221 …sal_Bool SAL_CALL ownUpdatesAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcepti…
|
H A D | mysqlc_databasemetadata.cxx | 1388 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible(sal_Int32 setType) in ownUpdatesAreVisible() function in ODatabaseMetaData 1391 …return impl_getRSTypeMetaData("ownUpdatesAreVisible", &sql::DatabaseMetaData::ownUpdatesAreVisible… in ownUpdatesAreVisible()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 1634 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible() function in ODatabaseMetaData 1702 return ownUpdatesAreVisible(setType); in othersUpdatesAreVisible()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 700 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 191 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 953 sal_Bool SAL_CALL OEvoabDatabaseMetaData::ownUpdatesAreVisible( sal_Int32 /*setType*/ ) throw(SQLEx… in ownUpdatesAreVisible() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 217 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 177 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 728 sal_Bool SAL_CALL MacabDatabaseMetaData::ownUpdatesAreVisible( sal_Int32 ) throw(SQLException, Runt… in ownUpdatesAreVisible() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 192 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 1153 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 /*setType*/ ) throw(SQLExcepti… in ownUpdatesAreVisible() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 1033 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 210 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 194 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 205 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 1358 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLExc… in ownUpdatesAreVisible() function in java_sql_DatabaseMetaData
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 2419 boolean ownUpdatesAreVisible([in]long setType) raises (SQLException);
|