Home
last modified time | relevance | path

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

12345678910>>...34

/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java144 sStatement.execute("SET SCRIPTFORMAT " + logType); in setUp()
145 sStatement.execute("SET LOGSIZE " + 0); in setUp()
146 sStatement.execute("SHUTDOWN"); in setUp()
214 sStatement.execute("SET WRITE_DELAY " + writeDelay); in testFillUp()
215 sStatement.execute(ddl1); in testFillUp()
216 sStatement.execute(ddl2); in testFillUp()
217 sStatement.execute(ddl3); in testFillUp()
220 sStatement.execute(ddl31); in testFillUp()
226 sStatement.execute(ddl4); in testFillUp()
231 sStatement.execute(ddl5); in testFillUp()
[all …]
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseSqlTests.java50 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where \"Identifier\" like 'B%'"); in testFunctions()
51 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not \"Identifier\" like 'B%'"); in testFunctions()
52 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not \"Identifier\" not like 'B%'"); in testFunctions()
53 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not(0 = 1)"); in testFunctions()
54 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 0 = 0"); in testFunctions()
55 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where (0 = 0)"); in testFunctions()
56 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 0 <> 1"); in testFunctions()
57 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 0 < 1"); in testFunctions()
58 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where 2 > 1"); in testFunctions()
59 execute(xRowRes,"1,1+1,'a' + 'b' FROM \"biblio\" \"biblio\" where 2 > 1"); in testFunctions()
[all …]
H A DDBaseNumericFunctions.java77 …private XRow execute(final XRowSet xRowRes,final String sql) throws com.sun.star.uno.Exception, c… in execute() method in DBaseNumericFunctions
81 xRowRes.execute(); in execute()
90 final XRow row = execute(xRowRes, "ABS(2),ABS(-32) "); in abs()
97 final XRow row = execute(xRowRes, "SIGN(-32),SIGN(0),SIGN(234) "); in sign()
105 final XRow row = execute(xRowRes, "MOD(234, 10) "); in mod()
111 final XRow row = execute(xRowRes, "FLOOR(1.23),FLOOR(-1.23) "); in floor()
118 final XRow row = execute(xRowRes, "CEILING(1.23),CEILING(-1.23) "); in ceiling()
125 final XRow row = execute(xRowRes, "ROUND(-1.23),ROUND(1.298, 1) "); in round()
132 final XRow row = execute(xRowRes, "EXP(2),EXP(-2) "); in exp()
139 final XRow row = execute(xRowRes, "LOG(2),LOG(-2) "); in log()
[all …]
H A DDBaseStringFunctions.java72 …private XRow execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute() method in DBaseStringFunctions
76 xRowRes.execute(); in execute()
85 final XRow row = execute(xRowRes, "upper('test'),UCASE('test') "); in upper()
92 final XRow row = execute(xRowRes, "lower('TEST'),LCASE('TEST') "); in lower()
97 execute(xRowRes, "lower('TEST'),LCASE('TEST') "); in lower()
103 final XRow row = execute(xRowRes, "ASCII('2') "); in ascii()
109 …final XRow row = execute(xRowRes, "char_length('test'),character_length('test'),OCTET_LENGTH('test… in char_length()
117 final XRow row = execute(xRowRes, "CONCAT('Hello',' ','World') "); in concat()
123 final XRow row = execute(xRowRes, "LOCATE('bar', 'foobarbar') "); in locate()
129 final XRow row = execute(xRowRes, "SUBSTRING('Quadratically',5) "); in substring()
[all …]
H A DDBaseDateFunctions.java72 …private XRow execute(final XRowSet xRowRes, final String sql) throws com.sun.star.uno.Exception, c… in execute() method in DBaseDateFunctions
76 xRowRes.execute(); in execute()
85 final XRow row = execute(xRowRes, "DAYOFWEEK('1998-02-03') "); in dayofweek()
91 final XRow row = execute(xRowRes, "DAYOFMONTH('1998-02-03') "); in dayofmonth()
97 final XRow row = execute(xRowRes, "DAYOFYEAR('1998-02-03') "); in dayofyear()
103 final XRow row = execute(xRowRes, "month('1998-02-03') "); in month()
109 final XRow row = execute(xRowRes, "DAYNAME('1998-02-05') "); in dayname()
115 final XRow row = execute(xRowRes, "MONTHNAME('1998-02-05') "); in monthname()
121 …final XRow row = execute(xRowRes, "QUARTER('98-01-01'),QUARTER('98-04-01'),QUARTER('98-07-01'),QUA… in quarter()
130 final XRow row = execute(xRowRes, "WEEK('1998-02-20') "); in week()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx140 execute( pComparisonPredicate ); in start()
151 OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode) in execute() function in OPredicateCompiler
158 execute(pPredicateNode->getChild(1)); in execute()
164execute(pPredicateNode->getChild(0)); // Bearbeiten des linken Zweigs in execute()
165execute(pPredicateNode->getChild(2)); // Bearbeiten des rechten Zweigs in execute()
181 execute(pPredicateNode->getChild(1)); in execute()
202execute(pPredicateNode->getChild(0)); // Bearbeiten des linken Zweigs in execute()
203execute(pPredicateNode->getChild(2)); // Bearbeiten des rechten Zweigs in execute()
217execute(pPredicateNode->getChild(0)); // Bearbeiten des linken Zweigs in execute()
218execute(pPredicateNode->getChild(2)); // Bearbeiten des rechten Zweigs in execute()
[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()
1278 … aApp.execute( (OProcess::TProcessOption)(OProcess::TOption_Hidden | OProcess::TOption_Wait)); in LoadBatch()
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()
[all …]
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx497 = xCommandProcessor->execute( aSetPropsCommand, 0, xEnv ); in setTitle()
574 xCommandProcessorT->execute( aGetPropsCommand, 0, rContext.xEnv ) >>= xRow; in createNew()
723 xCommandProcessorT->execute( aCreateNewCommand, 0, rContext.xEnv ) in createNew()
773 xCommandProcessorS->execute( aGetPropertySetInfoCommand, 0, rContext.xEnv ) in transferProperties()
803 xCommandProcessorS->execute( in transferProperties()
919 xCommandProcessorN->execute( aSetPropsCommand, 0, rContext.xEnv ); in transferProperties()
954 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream()
994 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream()
1042 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ) >>= xSet; in getResultSet()
1083 xCommandProcessorN->execute( aGetPropsCommand, 0, rContext.xEnv ) >>= xRow; in handleNameClashRename()
[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/svx/source/dialog/
H A Ddocrecovery.cxx109 short nRet = pPage->execute(); in Execute()
805 short SaveDialog::execute() in execute() function in svx::DocRecovery::SaveDialog
1119 short RecoveryDialog::execute() in execute() function in svx::DocRecovery::RecoveryDialog
1139 return execute(); in execute()
1161 return execute(); in execute()
1191 return execute(); in execute()
1260 return execute(); in execute()
1587 short nRet = xFolderPicker->execute(); in impl_askForSavePath()
1655 short ErrorRepWelcomeDialog::execute() in execute() function in svx::DocRecovery::ErrorRepWelcomeDialog
1765 short ErrorRepSendDialog::execute() in execute() function in svx::DocRecovery::ErrorRepSendDialog

12345678910>>...34