/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 677 public boolean supportsSchemasInIndexDefinitions() throws SQLException { in supportsSchemasInIndexDefinitions() method in PostgresqlDatabaseMetadata 678 return impl.supportsSchemasInIndexDefinitions(); in supportsSchemasInIndexDefinitions()
|
/trunk/main/offapi/com/sun/star/sdb/tools/ |
H A D | CompositionType.idl | 50 @see XDatabaseMetaData::supportsSchemasInIndexDefinitions
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 902 public boolean supportsSchemasInIndexDefinitions() throws SQLException { in supportsSchemasInIndexDefinitions() method in JavaSQLDatabaseMetaData 904 return jdbcDatabaseMetaData.supportsSchemasInIndexDefinitions(); in supportsSchemasInIndexDefinitions()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 150 … sal_Bool SAL_CALL supportsSchemasInIndexDefinitions() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 657 sal_Bool SAL_CALL ODatabaseMetaData::supportsSchemasInIndexDefinitions() in supportsSchemasInIndexDefinitions() function in ODatabaseMetaData 660 …ta("supportsSchemasInIndexDefinitions", &sql::DatabaseMetaData::supportsSchemasInIndexDefinitions); in supportsSchemasInIndexDefinitions()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 303 sal_Bool SAL_CALL ODatabaseMetaData::supportsSchemasInIndexDefinitions( ) throw(SQLException, Runt… in supportsSchemasInIndexDefinitions() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 122 …virtual sal_Bool SAL_CALL supportsSchemasInIndexDefinitions( ) throw(::com::sun::star::sdbc::SQLE…
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 558 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsSchemasInIndexDefinitions( ) throw(SQLException,… in supportsSchemasInIndexDefinitions() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 166 …virtual sal_Bool SAL_CALL supportsSchemasInIndexDefinitions( ) throw(::com::sun::star::sdbc::SQLE…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 123 …virtual sal_Bool SAL_CALL supportsSchemasInIndexDefinitions( ) throw(::com::sun::star::sdbc::SQLE…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 316 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsSchemasInIndexDefinitions( ) throw(SQLException, … in supportsSchemasInIndexDefinitions() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 123 …virtual sal_Bool SAL_CALL supportsSchemasInIndexDefinitions( ) throw(::com::sun::star::sdbc::SQLE…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 661 sal_Bool SAL_CALL ODatabaseMetaData::supportsSchemasInIndexDefinitions( ) throw(SQLException, Runt… in supportsSchemasInIndexDefinitions() function in ODatabaseMetaData
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DbTools.java | 129 … metadata.supportsCatalogsInIndexDefinitions(), metadata.supportsSchemasInIndexDefinitions()); in getNameComponentSupport()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 589 sal_Bool SAL_CALL ODatabaseMetaData::supportsSchemasInIndexDefinitions( ) throw(SQLException, Runt… in supportsSchemasInIndexDefinitions() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 148 …virtual sal_Bool SAL_CALL supportsSchemasInIndexDefinitions( ) throw(::com::sun::star::sdbc::SQLE…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 130 …virtual sal_Bool SAL_CALL supportsSchemasInIndexDefinitions( ) throw(::com::sun::star::sdbc::SQLE…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 140 …virtual sal_Bool SAL_CALL supportsSchemasInIndexDefinitions( ) throw(::com::sun::star::sdbc::SQLE…
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 864 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsSchemasInIndexDefinitions( ) throw(SQLExcepti… in supportsSchemasInIndexDefinitions() function in java_sql_DatabaseMetaData
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 683 sal_Bool SAL_CALL ODatabaseMetaData::supportsSchemasInIndexDefinitions( ) throw(SQLException, Runt… in supportsSchemasInIndexDefinitions() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 848 pSchemaCall = &XDatabaseMetaData::supportsSchemasInIndexDefinitions; in lcl_getNameComponentSupport()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 723 boolean supportsSchemasInIndexDefinitions() raises (SQLException);
|