Home
last modified time | relevance | path

Searched refs:composeTableNameForSelect (Results 1 – 25 of 25) sorted by relevance

/aoo41x/main/connectivity/source/simpledbt/
H A Dstaticdbtools_s.cxx139 …::rtl::OUString ODataAccessStaticTools::composeTableNameForSelect( const Reference< XConnection >&… in composeTableNameForSelect() function in connectivity::ODataAccessStaticTools
141 return ::dbtools::composeTableNameForSelect( _rxConnection, _rCatalog, _rSchema, _rName ); in composeTableNameForSelect()
145 …::rtl::OUString ODataAccessStaticTools::composeTableNameForSelect( const Reference< XConnection >&… in composeTableNameForSelect() function in connectivity::ODataAccessStaticTools
147 return ::dbtools::composeTableNameForSelect( _rxConnection, _xTable ); in composeTableNameForSelect()
H A Dstaticdbtools_s.hxx121 virtual ::rtl::OUString composeTableNameForSelect(
129 virtual ::rtl::OUString composeTableNameForSelect(
/aoo41x/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx250 sSql.append( ::dbtools::composeTableNameForSelect( m_xConnection, sCatalog, sSchema, sTable ) ); in updateRow()
325 …::rtl::OUString sComposedTableName = ::dbtools::composeTableNameForSelect( m_xConnection, sCatalog… in insertRow()
415 sSql.append( ::dbtools::composeTableNameForSelect( m_xConnection, sCatalog, sSchema, sTable ) ); in deleteRow()
714 …::rtl::OUString sComposedTableName = ::dbtools::composeTableNameForSelect( m_xConnection, sCatalog… in fillMissingValues()
H A DKeySet.cxx859 sStmt += ::dbtools::composeTableNameForSelect( m_xConnection, sCatalog, sSchema, sTable ); in executeInsert()
1642 … aComposedName = ::dbtools::composeTableNameForSelect( m_xConnection, sCatalog, sSchema, sTable ); in getComposedTableName()
1645 …aComposedName = ::dbtools::composeTableNameForSelect( m_xConnection, _sCatalog, _sSchema, _sTable … in getComposedTableName()
1649 …aComposedName = ::dbtools::composeTableNameForSelect( m_xConnection, _sCatalog, _sSchema, _sTable … in getComposedTableName()
H A DSingleSelectQueryComposer.cxx400 sSQL.append(dbtools::composeTableNameForSelect(m_xConnection,xTable)); in setCommand()
H A DRowSet.cxx2402 …sCommand += ::dbtools::composeTableNameForSelect( m_xActiveConnection, sCatalog, sSchema, sTable ); in impl_buildActiveCommand_throw()
/aoo41x/main/svx/source/form/
H A Ddbtoolsclient.cxx235 …::rtl::OUString OStaticDataAccessTools::composeTableNameForSelect( const Reference< XConnection >&… in composeTableNameForSelect() function in svxform::OStaticDataAccessTools
239 sReturn = m_xDataAccessTools->composeTableNameForSelect( _rxConnection, _xTable ); in composeTableNameForSelect()
/aoo41x/main/connectivity/inc/connectivity/
H A Dvirtualdbtools.hxx161 virtual ::rtl::OUString composeTableNameForSelect(
168 virtual ::rtl::OUString composeTableNameForSelect(
H A Ddbtools.hxx500 OOO_DLLPUBLIC_DBTOOLS ::rtl::OUString composeTableNameForSelect(
512 OOO_DLLPUBLIC_DBTOOLS ::rtl::OUString composeTableNameForSelect(
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx184 …const String sSourceName = (::dbtools::composeTableNameForSelect(m_xConnection,m_xObject) + ::rtl:… in copyFilterAndSortingTo()
185 … const ::rtl::OUString sTargetName = ::dbtools::composeTableNameForSelect(_xConnection,_rxObject); in copyFilterAndSortingTo()
273 aSQL.append( ::dbtools::composeTableNameForSelect( m_xConnection, m_xObject ) ); in getSelectStatement()
431 …aSQL.append( ::dbtools::composeTableNameForSelect( m_xConnection, m_sTableCatalog, m_sTableSchema,… in getSelectStatement()
H A DUITools.cxx1756 sCommand += composeTableNameForSelect( _rxConnection, _rxSourceObject ); in createView()
/aoo41x/main/connectivity/source/commontools/
H A DTColumnsHelper.cxx103 … ::rtl::OUString sComposedName = ::dbtools::composeTableNameForSelect( xConnection, m_pTable ); in createObject()
H A Dstatementcomposer.cxx143 … sStatement += composeTableNameForSelect( _rData.xConnection, sCatalog, sSchema, sTable ); in lcl_ensureUpToDateComposer_nothrow()
H A Ddbtools.cxx1402 ::rtl::OUString composeTableNameForSelect( const Reference< XConnection >& _rxConnection, in composeTableNameForSelect() function
1447 ::rtl::OUString composeTableNameForSelect( const Reference< XConnection >& _rxConnection, const Ref… in composeTableNameForSelect() function
1452 return composeTableNameForSelect( _rxConnection, sCatalog, sSchema, sName ); in composeTableNameForSelect()
H A Ddbtools2.cxx424 …sComposedName = composeTableNameForSelect(_xConnection, getString( _aCatalog ), _aSchema, _aTable … in lcl_createSDBCXColumn()
/aoo41x/main/dbaccess/source/sdbtools/connection/
H A Dtablename.cxx145 …return composeTableNameForSelect( getConnection(), m_pImpl->sCatalog, m_pImpl->sSchema, m_pImpl->s… in getNameForSelect()
/aoo41x/main/extensions/source/bibliography/
H A Ddatman.cxx1029 … aString += ::dbtools::composeTableNameForSelect( xConnection, sCatalog, sSchema, sName ); in createDatabaseForm()
1219 … aString += ::dbtools::composeTableNameForSelect( xConnection, sCatalog, sSchema, sName ); in setActiveDataSource()
1291 … aString += ::dbtools::composeTableNameForSelect( xConnection, sCatalog, sSchema, sName ); in setActiveDataTable()
/aoo41x/main/svx/inc/svx/
H A Ddbtoolsclient.hxx140 ::rtl::OUString composeTableNameForSelect(
/aoo41x/main/extensions/source/dbpilots/
H A Dlistcombowizard.cxx179 …getSettings().sListContentTable = ::dbtools::composeTableNameForSelect( xConn, sCatalog, sSchema, … in implApplySettings()
/aoo41x/main/forms/source/component/
H A DComboBox.cxx564 … aStatement.append ( composeTableNameForSelect( xConnection, sCatalog, sSchema, sTable ) ); in loadData()
H A DFilter.cxx456 …aStatement.append( ::dbtools::composeTableNameForSelect( xConnection, sCatalog, sSchema, sTable ) … in implInitFilterList()
H A DListBox.cxx762 … aStatement += composeTableNameForSelect( xConnection, sCatalog, sSchema, sTable ); in loadData()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx702 … aStatement += ::dbtools::composeTableNameForSelect( this, sCatalog, sSchema, sTable ); in prepareCommand()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx452 …::rtl::OUString aTableListStr = ::dbtools::composeTableNameForSelect( _xConnection, sCatalog, sSch… in BuildTable()
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx3135 aStatement += composeTableNameForSelect( xConnection, xTableNameAccess ).getStr(); in Update()

Completed in 445 milliseconds