Home
last modified time | relevance | path

Searched refs:ownInsertsAreVisible (Results 1 – 19 of 19) sorted by path

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java1664 public boolean ownInsertsAreVisible(int setType) throws SQLException { in ownInsertsAreVisible() method in JavaSQLDatabaseMetaData
1666 return jdbcDatabaseMetaData.ownInsertsAreVisible(setType); in ownInsertsAreVisible()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java469 public boolean ownInsertsAreVisible(int arg0) throws SQLException { in ownInsertsAreVisible() method in PostgresqlDatabaseMetadata
470 return impl.ownInsertsAreVisible(arg0); in ownInsertsAreVisible()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx1043 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible() function in ODatabaseMetaData
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx963 sal_Bool SAL_CALL OEvoabDatabaseMetaData::ownInsertsAreVisible( sal_Int32 /*setType*/ ) throw(SQLEx… in ownInsertsAreVisible() function in OEvoabDatabaseMetaData
H A DNDatabaseMetaData.hxx219 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx1165 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 /*setType*/ ) throw(SQLExcepti… in ownInsertsAreVisible() function in ODatabaseMetaData
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx1370 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLExc… in ownInsertsAreVisible() function in java_sql_DatabaseMetaData
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx738 sal_Bool SAL_CALL MacabDatabaseMetaData::ownInsertsAreVisible( sal_Int32 ) throw(SQLException, Runt… in ownInsertsAreVisible() function in MacabDatabaseMetaData
H A DMacabDatabaseMetaData.hxx194 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1678 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible() function in ODatabaseMetaData
1712 return ownInsertsAreVisible(setType); in othersInsertsAreVisible()
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx212 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
/trunk/main/connectivity/source/inc/file/
H A DFDatabaseMetaData.hxx179 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx196 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx207 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx1406 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible(sal_Int32 setType) in ownInsertsAreVisible() function in ODatabaseMetaData
1409 …return impl_getRSTypeMetaData("ownInsertsAreVisible", &sql::DatabaseMetaData::ownInsertsAreVisible in ownInsertsAreVisible()
H A Dmysqlc_databasemetadata.hxx223 …sal_Bool SAL_CALL ownInsertsAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcepti…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx710 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible() function in ODatabaseMetaData
H A DSDatabaseMetaData.hxx193 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::…
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl2443 boolean ownInsertsAreVisible([in]long setType) raises (SQLException);

Completed in 309 milliseconds