Home
last modified time | relevance | path

Searched refs:othersInsertsAreVisible (Results 1 – 19 of 19) sorted by relevance

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java457 public boolean othersInsertsAreVisible(int arg0) throws SQLException { in othersInsertsAreVisible() method in PostgresqlDatabaseMetadata
458 return impl.othersInsertsAreVisible(arg0); in othersInsertsAreVisible()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java1691 public boolean othersInsertsAreVisible(int setType) throws SQLException { in othersInsertsAreVisible() method in JavaSQLDatabaseMetaData
1693 return jdbcDatabaseMetaData.othersInsertsAreVisible(setType); in othersInsertsAreVisible()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx226 …sal_Bool SAL_CALL othersInsertsAreVisible(sal_Int32 setType)throw(my_SQLException, my_RuntimeExcep…
H A Dmysqlc_databasemetadata.cxx1433 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible(sal_Int32 setType) in othersInsertsAreVisible() function in ODatabaseMetaData
1436 …STypeMetaData("othersInsertsAreVisible", &sql::DatabaseMetaData::othersInsertsAreVisible, setType); in othersInsertsAreVisible()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx725 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersInsertsAreVisible() function in ODatabaseMetaData
H A DSDatabaseMetaData.hxx196 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx978 sal_Bool SAL_CALL OEvoabDatabaseMetaData::othersInsertsAreVisible( sal_Int32 /*setType*/ ) throw(SQ… in othersInsertsAreVisible() function in OEvoabDatabaseMetaData
H A DNDatabaseMetaData.hxx222 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/inc/file/
H A DFDatabaseMetaData.hxx182 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx753 sal_Bool SAL_CALL MacabDatabaseMetaData::othersInsertsAreVisible( sal_Int32 ) throw(SQLException, R… in othersInsertsAreVisible() function in MacabDatabaseMetaData
H A DMacabDatabaseMetaData.hxx197 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx1183 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 /*setType*/ ) throw(SQLExce… in othersInsertsAreVisible() function in ODatabaseMetaData
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx1058 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersInsertsAreVisible() function in ODatabaseMetaData
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx215 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx199 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx210 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx1388 sal_Bool SAL_CALL java_sql_DatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQL… in othersInsertsAreVisible() function in java_sql_DatabaseMetaData
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1710 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersInsertsAreVisible() function in ODatabaseMetaData
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl2479 boolean othersInsertsAreVisible([in]long setType) raises (SQLException);

Completed in 140 milliseconds