Home
last modified time | relevance | path

Searched refs:getCatalogSeparator (Results 1 – 20 of 20) sorted by relevance

/aoo41x/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java235 String sCatalogSep = dbmd.getCatalogSeparator(); in quoteTableName()
239 sComposedName += dbmd.getCatalogSeparator(); in quoteTableName()
253 sComposedName += dbmd.getCatalogSeparator(); in quoteTableName()
/aoo41x/main/connectivity/source/commontools/
H A Ddbmetadata.cxx280 const ::rtl::OUString& DatabaseMetaData::getCatalogSeparator() const in getCatalogSeparator() function in dbtools::DatabaseMetaData
282 …ringSetting( *m_pImpl, m_pImpl->sCachedCatalogSeparator, &XDatabaseMetaData::getCatalogSeparator ); in getCatalogSeparator()
H A DTDatabaseMetaDataBase.cxx275 ::rtl::OUString SAL_CALL ODatabaseMetaDataBase::getCatalogSeparator( ) throw(SQLException, Runtime… in getCatalogSeparator() function in ODatabaseMetaDataBase
H A DTTableHelper.cxx452 ::rtl::OUString sCatalogSep = getMetaData()->getCatalogSeparator(); in refreshIndexes()
H A Ddbtools.cxx891 sCatalogSep = _rxMetaData->getCatalogSeparator(); in impl_doComposeTableName()
939 ::rtl::OUString sSeparator = _rxConnMetaData->getCatalogSeparator(); in qualifiedNameComponents()
/aoo41x/main/connectivity/inc/connectivity/
H A Ddbmetadata.hxx107 const ::rtl::OUString& getCatalogSeparator() const;
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java689 sCatalogSep = xDBMetaData.getCatalogSeparator(); in setCommandComposingAttributes()
714 public String getCatalogSeparator() in getCatalogSeparator() method in CommandMetaData
H A DCommandName.java176 sCatalogSep = oCommandMetaData.xDBMetaData.getCatalogSeparator(); in setMetaDataAttributes()
/aoo41x/main/connectivity/source/parse/
H A Dsqlnode.cxx2483 if ( !rParam.aMetaData.getCatalogSeparator().getLength() in parseLeaf()
2484 … || rString.charAt( rString.getLength()-1 ) != rParam.aMetaData.getCatalogSeparator().toChar() in parseLeaf()
2539 if ( !rParam.aMetaData.getCatalogSeparator().getLength() in parseLeaf()
2540 … || rString.charAt( rString.getLength()-1 ) != rParam.aMetaData.getCatalogSeparator().toChar() in parseLeaf()
/aoo41x/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx125 …virtual ::rtl::OUString SAL_CALL getCatalogSeparator( ) throw(::com::sun::star::sdbc::SQLExceptio…
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx431 m_sCatalogSeparator = xMeta->getCatalogSeparator(); in implInitControls()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx146 OUString SAL_CALL getCatalogSeparator() throw(my_SQLException, my_RuntimeException);
H A Dmysqlc_databasemetadata.cxx258 OUString SAL_CALL ODatabaseMetaData::getCatalogSeparator() in getCatalogSeparator() function in ODatabaseMetaData
261 return impl_getStringMetaData("getCatalogSeparator", &sql::DatabaseMetaData::getCatalogSeparator); in getCatalogSeparator()
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx53 ::rtl::OUString SAL_CALL ODatabaseMetaData::getCatalogSeparator( ) throw(SQLException, RuntimeExce… in getCatalogSeparator() function in ODatabaseMetaData
H A DSDatabaseMetaData.hxx118 …virtual ::rtl::OUString SAL_CALL getCatalogSeparator( ) throw(::com::sun::star::sdbc::SQLExceptio…
/aoo41x/main/connectivity/source/drivers/kab/
H A DKDatabaseMetaData.cxx66 ::rtl::OUString SAL_CALL KabDatabaseMetaData::getCatalogSeparator( ) throw(SQLException, RuntimeEx… in getCatalogSeparator() function in KabDatabaseMetaData
H A DKDatabaseMetaData.hxx120 …virtual ::rtl::OUString SAL_CALL getCatalogSeparator( ) throw(::com::sun::star::sdbc::SQLExceptio…
/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx65 ::rtl::OUString SAL_CALL MacabDatabaseMetaData::getCatalogSeparator( ) throw(SQLException, Runtime… in getCatalogSeparator() function in MacabDatabaseMetaData
H A DMacabDatabaseMetaData.hxx119 …virtual ::rtl::OUString SAL_CALL getCatalogSeparator( ) throw(::com::sun::star::sdbc::SQLExceptio…
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl687 string getCatalogSeparator() raises (SQLException);

Completed in 102 milliseconds