Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx373 sal_Bool bSupportsSchemas = xMeta->supportsSchemasInDataManipulation(); in UpdateTableList()
653 && !xMeta->supportsSchemasInDataManipulation() in getQualifiedTableName()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java673 public boolean supportsSchemasInDataManipulation() throws SQLException { in supportsSchemasInDataManipulation() method in PostgresqlDatabaseMetadata
674 return impl.supportsSchemasInDataManipulation(); in supportsSchemasInDataManipulation()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DRelationController.java125 if (super.getCommandMetaData().xDBMetaData.supportsSchemasInDataManipulation()) in getImportedKeyColumns()
H A DCommandName.java111 if (oCommandMetaData.xDBMetaData.supportsSchemasInDataManipulation()) in setComposedCommandName()
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DCompositionType.idl57 @see XDatabaseMetaData::supportsSchemasInDataManipulation
/trunk/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx295 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsSchemasInDataManipulation( ) throw(SQLException, … in supportsSchemasInDataManipulation() function in ODatabaseMetaDataBase
H A Ddbtools.cxx837 FMetaDataSupport pSchemaCall = &XDatabaseMetaData::supportsSchemasInDataManipulation; in lcl_getNameComponentSupport()
/trunk/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx129 …virtual sal_Bool SAL_CALL supportsSchemasInDataManipulation( ) throw(::com::sun::star::sdbc::SQLE…
/trunk/main/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx134 && !xMeta->supportsSchemasInDataManipulation() ) in getSelectedName()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java866 public boolean supportsSchemasInDataManipulation() throws SQLException { in supportsSchemasInDataManipulation() method in JavaSQLDatabaseMetaData
868 return jdbcDatabaseMetaData.supportsSchemasInDataManipulation(); in supportsSchemasInDataManipulation()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx147 … sal_Bool SAL_CALL supportsSchemasInDataManipulation() throw(my_SQLException, my_RuntimeException);
H A Dmysqlc_databasemetadata.cxx621 sal_Bool SAL_CALL ODatabaseMetaData::supportsSchemasInDataManipulation() in supportsSchemasInDataManipulation() function in ODatabaseMetaData
624 …ta("supportsSchemasInDataManipulation", &sql::DatabaseMetaData::supportsSchemasInDataManipulation); in supportsSchemasInDataManipulation()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx283 sal_Bool SAL_CALL ODatabaseMetaData::supportsSchemasInDataManipulation( ) throw(SQLException, Runt… in supportsSchemasInDataManipulation() function in ODatabaseMetaData
H A DSDatabaseMetaData.hxx119 …virtual sal_Bool SAL_CALL supportsSchemasInDataManipulation( ) throw(::com::sun::star::sdbc::SQLE…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx296 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsSchemasInDataManipulation( ) throw(SQLException, … in supportsSchemasInDataManipulation() function in MacabDatabaseMetaData
H A DMacabDatabaseMetaData.hxx120 …virtual sal_Bool SAL_CALL supportsSchemasInDataManipulation( ) throw(::com::sun::star::sdbc::SQLE…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java132 … metadata.supportsCatalogsInDataManipulation(), metadata.supportsSchemasInDataManipulation()); in getNameComponentSupport()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx741 …onst sal_Bool bSupportsSchema = _xMetaData.is() && _xMetaData->supportsSchemasInDataManipulation(); in getTableComponents()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl696 boolean supportsSchemasInDataManipulation() raises (SQLException);

Completed in 118 milliseconds