Home
last modified time | relevance | path

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

12345678910>>...34

/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java215 sStatement.execute(ddl1); in testFillUp()
216 sStatement.execute(ddl2); in testFillUp()
217 sStatement.execute(ddl3); in testFillUp()
226 sStatement.execute(ddl4); in testFillUp()
310 ps.execute(); in fillUpBigTable()
330 sStatement.execute( in fillUpBigTable()
385 ps.execute(); in fillUpMultiTable()
478 ps.execute(); in checkSelects()
507 ps.execute(); in checkSelects()
531 ps.execute(); in checkSelects()
[all …]
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseSqlTests.java53 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where \"Identifier\" like 'B%'"); in testFunctions()
56 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not(0 = 1)"); in testFunctions()
57 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 0 = 0"); in testFunctions()
58 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where (0 = 0)"); in testFunctions()
59 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 0 <> 1"); in testFunctions()
60 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 0 < 1"); in testFunctions()
61 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 2 > 1"); in testFunctions()
62 execute(xRowRes,"1,1+1,'a' + 'b' FROM \"biblio\" \"biblio\" where 2 > 1"); in testFunctions()
66 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not \"Identifier\" is NULL"); in testFunctions()
67 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where \"Identifier\" is not NULL"); in testFunctions()
[all …]
H A DDBaseNumericFunctions.java252 xRowRes.execute(); in execute()
318 final XRow row = execute(xRowRes, "LOG10(100) "); in log10()
324 final XRow row = execute(xRowRes, "POWER(2,2) "); in pow()
330 final XRow row = execute(xRowRes, "SQRT(4) "); in sqrt()
336 final XRow row = execute(xRowRes, "PI() "); in pi()
342 final XRow row = execute(xRowRes, "COS(PI()) "); in cos()
348 final XRow row = execute(xRowRes, "SIN(2) "); in sin()
360 final XRow row = execute(xRowRes, "ACOS(1) "); in acos()
366 final XRow row = execute(xRowRes, "ASIN(0) "); in asin()
372 final XRow row = execute(xRowRes, "ATAN(0) "); in atan()
[all …]
H A DDBaseStringFunctions.java205 xRowRes.execute(); in execute()
214 final XRow row = execute(xRowRes, "upper('test'),UCASE('test') "); in upper()
226 execute(xRowRes, "lower('TEST'),LCASE('TEST') "); in lower()
232 final XRow row = execute(xRowRes, "ASCII('2') "); in acsii()
252 final XRow row = execute(xRowRes, "LOCATE('bar', 'foobarbar') "); in locate()
264 final XRow row = execute(xRowRes, "LTRIM(' barbar') "); in ltrim()
270 final XRow row = execute(xRowRes, "RTRIM('barbar ') "); in rtrim()
276 final XRow row = execute(xRowRes, "space(6) "); in space()
288 final XRow row = execute(xRowRes, "REPEAT('OOo', 3) "); in repeat()
300 final XRow row = execute(xRowRes, "LEFT('foobarbar', 5) "); in left()
[all …]
H A DDBaseDateFunctions.java198 xRowRes.execute(); in execute()
207 final XRow row = execute(xRowRes, "DAYOFWEEK('1998-02-03') "); in dayofweek()
225 final XRow row = execute(xRowRes, "month('1998-02-03') "); in month()
231 final XRow row = execute(xRowRes, "DAYNAME('1998-02-05') "); in dayname()
252 final XRow row = execute(xRowRes, "WEEK('1998-02-20') "); in week()
258 final XRow row = execute(xRowRes, "YEAR('98-02-03') "); in year()
264 final XRow row = execute(xRowRes, "HOUR('10:05:03') "); in hour()
276 final XRow row = execute(xRowRes, "SECOND('10:05:03') "); in second()
282 final XRow row = execute(xRowRes, "CURDATE() "); in curdate()
289 final XRow row = execute(xRowRes, "CURTIME() "); in curtime()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx140 execute( pComparisonPredicate ); in start()
158 execute(pPredicateNode->getChild(1)); in execute()
181 execute(pPredicateNode->getChild(1)); in execute()
277 execute(pPredicateNode->getChild(0)); in execute_COMPARE()
278 execute(pPredicateNode->getChild(2)); in execute_COMPARE()
325 execute(pAtom); in execute_LIKE()
355 OOperand* pOb1 = execute(p1stValue); in execute_BETWEEN()
359 execute(pColumn); in execute_BETWEEN()
815 execute(pList->getChild(i)); in executeFunction()
887 execute(pList->getChild(i)); in executeFunction()
[all …]
/trunk/main/connectivity/source/drivers/adabas/
H A DBTable.cxx200 xStmt->execute(sSql); in alterColumnByName()
245 xStmt->execute(sSql); in alterColumnType()
266 xStmt->execute(sSql); in alterNotNullValue()
279 xStmt->execute(sSql); in alterDefaultValue()
292 xStmt->execute(sSql); in dropDefaultValue()
305 xStmt->execute(sSql); in addDefaultValue()
317 xStmt->execute(::rtl::OUString::createFromAscii("SUBTRANS BEGIN") ); in beginTransAction()
333 xStmt->execute(::rtl::OUString::createFromAscii("SUBTRANS END") ); in endTransAction()
349 xStmt->execute(::rtl::OUString::createFromAscii("SUBTRANS ROLLBACK") ); in rollbackTransAction()
H A DBDriver.cxx891 aApp.execute( (OProcess::TProcessOption) OPROCESS_ADABAS, aArgs ); in clearDatabase()
1024 aApp.execute( (OProcess::TProcessOption)(OProcess::TOption_Hidden | OProcess::TOption_Wait)); in X_PARAM()
1060 aApp.execute( (OProcess::TProcessOption)OPROCESS_ADABAS,aArgs ); in PutParam()
1128 OProcess::TProcessError eError = aApp.execute((OProcess::TProcessOption)OPROCESS_ADABAS,aArgs); in X_START()
1165 OProcess::TProcessError eError = aApp.execute((OProcess::TProcessOption)OPROCESS_ADABAS,aArgs); in X_STOP()
1221 … aApp.execute( (OProcess::TProcessOption)(OProcess::TOption_Hidden | OProcess::TOption_Wait)); in XUTIL()
1457 aApp.execute( (OProcess::TProcessOption)(OProcess::TOption_Hidden | OProcess::TOption_Wait)); in X_CONS()
1537 aApp.execute( (OProcess::TProcessOption)OPROCESS_ADABAS); in isVersion()
1587 aApp.execute( (OProcess::TProcessOption)OPROCESS_ADABAS); in checkAndInsertNewDevSpace()
1632 aApp.execute( (OProcess::TProcessOption)OPROCESS_ADABAS); in isKernelVersion()
[all …]
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx497 = xCommandProcessor->execute( aSetPropsCommand, 0, xEnv ); in setTitle()
803 xCommandProcessorS->execute( in transferProperties()
919 xCommandProcessorN->execute( aSetPropsCommand, 0, rContext.xEnv ); in transferProperties()
954 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream()
1209 xCommandProcessorN->execute( aInsertCommand, 0, rContext.xEnv ); in handleNameClashRename()
1428 xCommandProcessorN->execute( aInsertCommand, 0, rContext.xEnv ); in globalTransfer_()
1693 xcp->execute( in globalTransfer_()
1704 xcp->execute( in globalTransfer_()
1840 xCommandProcessor->execute( aCommand, 0, xLocalEnv ); in globalTransfer()
2025 xCommandProcessor->execute( aGetPropsCommand, 0, xLocalEnv ) >>= xRow; in globalTransfer()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Dnativethreadpool.cxx48 virtualMachine(theVirtualMachine), execute(theExecute), pool(thePool) {} in Pool()
51 jmethodID execute; member
81 env->CallObjectMethod(job->job, job->pool->execute); in executeRequest()
133 jmethodID execute = env->GetMethodID(c, "execute", "()Ljava/lang/Object;"); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_create() local
134 if (execute == 0) { in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_create()
140 execute, uno_threadpool_create())); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_create()
/trunk/main/offapi/com/sun/star/awt/
H A DPopupMenuDirection.idl32 /** opens on execute in a default direction.
36 /** opens on execute downwards.
40 /** opens on execute upwards.
44 /** opens on execute to the left.
48 /** opens on execute to the right.
H A DXPopupMenu.idl97 short execute( [in] XWindowPeer Parent,
104 as a result of invoking <member >XPopupMenu::execute()</member>; that is,
112 @see <member >XPopupMenu::execute()</member>
117 <p><member scope="com::sun::star::awt">XPopupMenu::execute()</member>
120 @see <member scope="com::sun::star::awt">XPopupMenu::execute()</member>
/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx52 long execute();
69 long execute() { return impl_execute( NULL ); } in execute() function in vcl::SolarThreadExecutor
74 long execute( const TimeValue& _rTimeout ) { return impl_execute( &_rTimeout ); } in execute() function in vcl::SolarThreadExecutor
96 pExecutor->execute(); in exec()
139 pExecutor->execute(); in exec()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHView.cxx124 xStatement->execute( aCommand.makeStringAndClear() ); in IMPLEMENT_FORWARD_XINTERFACE2()
132 xStatement->execute( aCommand.makeStringAndClear() ); in IMPLEMENT_FORWARD_XINTERFACE2()
139 xStatement->execute( sRestoreCommand ); in IMPLEMENT_FORWARD_XINTERFACE2()
145 xStatement->execute( sRestoreCommand ); in IMPLEMENT_FORWARD_XINTERFACE2()
151 xStatement->execute( sRestoreCommand ); in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java154 if (execute(xExecutable)) in callStoreDialog()
180 if (execute(xFolderPicker)) in callFolderDialog()
190 private boolean execute(XExecutableDialog execDialog) in execute() method in SystemDialog
192 return execDialog.execute() == 1; in execute()
202 if (execute(xExecutable)) in callOpenDialog()
386 iMessage = xMsgbox.execute(); in showMessageBox()
/trunk/main/embeddedobj/test/MainThreadExecutor/
H A Dxexecutor.cxx33 void MainThreadExecutor_Impl::execute() in execute() function in MainThreadExecutor_Impl
43 m_xJob->execute( m_aArgs ); in IMPL_LINK()
62 uno::Any SAL_CALL UNOMainThreadExecutor::execute( const uno::Sequence< beans::NamedValue >& aArgume… in execute() function in UNOMainThreadExecutor
80 pExecutor->execute(); in execute()
/trunk/main/postprocess/signing/
H A Dsigning.pl203 execute($commandline);
223 execute($commandline);
228 execute($commandline) if ($counter > 0);
232 sub execute #11.07.2007 10:02 subroutine
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java85 command.execute(); in main()
94 public void execute() throws Exception; in execute() method
132 public void execute() { in parseArgs()
255 public void execute() throws Exception {
340 public void execute() throws Exception {
/trunk/main/offapi/com/sun/star/ucb/
H A DXCommandProcessor.idl78 <member>XCommandProcessor::execute</member>.</p>
97 is the command to execute.
108 <member>XCommandProcessor::execute</member> done by that thread.
125 any execute( [in] Command aCommand,
139 passed to <member>XCommandProcessor::execute</member> for the command
/trunk/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx278 execute( 0 ); in Up()
291 execute( 0 ); in Down()
302 execute( 0 ); in First()
314 execute( 0 ); in Last()
355 execute( rKeyCode.GetModifier() ); in PreNotify()
/trunk/main/dbaccess/source/ui/misc/
H A Dasyncmodaldialog.cxx69 void execute() in execute() function in dbaui::DialogExecutor_Impl
88 m_xDialog->execute();
110 pExecutor->execute(); in executeModalDialogAsync()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java156 private void createRowSet(String command, int commandType, boolean execute) in createRowSet() argument
158 createRowSet(command, commandType, execute, false); in createRowSet()
172 …private void createRowSet(String command, int commandType, boolean execute, boolean limitFetchSize) in createRowSet() argument
193 if (execute) in createRowSet()
195 m_rowSet.execute(); in createRowSet()
873 m_rowSet.execute(); in testParametersAfterNormalExecute()
947 m_rowSet.execute(); in testParametersInteraction()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java99 xRowRes.execute(); in useRowSet()
122 xRowRes.execute(); in showRowSetPrivileges()
156 xRowRes.execute(); in showRowSetRowCount()
195 xRowRes.execute(); in showRowSetEvents()
/trunk/main/svx/source/inc/
H A Ddocrecovery.hxx438 virtual short execute() = 0;
512 virtual short execute();
710 virtual short execute();
824 virtual short execute();
909 virtual short execute();
/trunk/main/forms/qa/integration/forms/
H A DListBox.java88 formOperations.execute( FormFeature.MoveToFirst ); in checkForeignKeys()
108 formOperations.execute( FormFeature.MoveToNext ); in checkForeignKeys()
220 statement.execute(); in impl_createDatabase()
245 statement.execute(); in impl_createDatabase()

Completed in 123 milliseconds

12345678910>>...34