Home
last modified time | relevance | path

Searched refs:OSingleSelectQueryComposer (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dorg.openoffice.comp.dba.OSingleSelectQueryComposer.csv1 "OSingleSelectQueryComposer";"com::sun::star::sdbcx::XTablesSupplier";"getTables()"
2 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryComposer";"setFilter()"
6 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryComposer";"setGroup()"
11 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryComposer";"setOrder()"
13 "OSingleSelectQueryComposer";"com::sun::star::sdb::SingleSelectQueryComposer";"Original"
14 "OSingleSelectQueryComposer";"com::sun::star::sdbcx::XColumnsSupplier";"getColumns()"
15 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"getQuery()"
16 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"setQuery()"
17 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"getFilter()"
19 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"getGroup()"
[all …]
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx239 DBG_NAME(OSingleSelectQueryComposer) in DBG_NAME() argument
241 OSingleSelectQueryComposer::OSingleSelectQueryComposer(const Reference< XNameAccess>& _rxTables, in DBG_NAME()
259 DBG_CTOR(OSingleSelectQueryComposer,NULL); in DBG_NAME()
292 OSingleSelectQueryComposer::~OSingleSelectQueryComposer() in ~OSingleSelectQueryComposer()
294 DBG_DTOR(OSingleSelectQueryComposer,NULL); in ~OSingleSelectQueryComposer()
307 void SAL_CALL OSingleSelectQueryComposer::disposing(void) in disposing()
325 IMPLEMENT_PROPERTYCONTAINER_DEFAULTS(OSingleSelectQueryComposer) in IMPLEMENT_FORWARD_XINTERFACE3()
483 …::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString> F_tmp(&OSingleSelectQueryCompos… in appendHavingClauseByColumn()
490 …::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString> F_tmp(&OSingleSelectQueryCompos… in appendFilterByColumn()
1410 void OSingleSelectQueryComposer::clearColumns( const EColumnType _eType ) in clearColumns()
[all …]
H A DRowSet.cxx2306 …m_xComposer = new OSingleSelectQueryComposer( impl_getTables_throw(), m_xActiveConnection, m_aCont… in impl_initComposer_throw()
/trunk/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx60 class OSingleSelectQueryComposer : public ::comphelper::OMutexAndBroadcastHelper class
63 ,public ::comphelper::OPropertyArrayUsageHelper < OSingleSelectQueryComposer >
141 ,::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString>& _aSetFunctor
191 virtual ~OSingleSelectQueryComposer();
194OSingleSelectQueryComposer( const ::com::sun::star::uno::Reference< ::com::sun::star::container::X…
/trunk/main/dbaccess/qa/unoapi/
H A Ddbaccess.sce33 -o dbaccess.OSingleSelectQueryComposer
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java138 public class OSingleSelectQueryComposer extends TestCase { class
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx731 xRet = new OSingleSelectQueryComposer( getTables(),this, m_aContext ); in createInstance()

Completed in 89 milliseconds