Searched refs:xRowRes (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/connectivity/qa/complex/connectivity/dbase/ |
H A D | DBaseNumericFunctions.java | 58 abs(xRowRes); in testFunctions() 67 acos(xRowRes); in testFunctions() 76 asin(xRowRes); in testFunctions() 85 atan(xRowRes); in testFunctions() 112 cos(xRowRes); in testFunctions() 130 exp(xRowRes); in testFunctions() 148 log(xRowRes); in testFunctions() 166 mod(xRowRes); in testFunctions() 175 pi(xRowRes); in testFunctions() 184 pow(xRowRes); in testFunctions() [all …]
|
H A D | DBaseStringFunctions.java | 57 upper(xRowRes); in testFunctions() 66 lower(xRowRes); in testFunctions() 75 acsii(xRowRes); in testFunctions() 93 concat(xRowRes); in testFunctions() 111 locate(xRowRes); in testFunctions() 129 ltrim(xRowRes); in testFunctions() 138 rtrim(xRowRes); in testFunctions() 147 space(xRowRes); in testFunctions() 183 left(xRowRes); in testFunctions() 192 right(xRowRes); in testFunctions() [all …]
|
H A D | DBaseDateFunctions.java | 59 curdate(xRowRes); in testFunctions() 68 curtime(xRowRes); in testFunctions() 77 dayname(xRowRes); in testFunctions() 113 hour(xRowRes); in testFunctions() 122 minute(xRowRes); in testFunctions() 131 month(xRowRes); in testFunctions() 149 now(xRowRes); in testFunctions() 167 second(xRowRes); in testFunctions() 176 week(xRowRes); in testFunctions() 185 year(xRowRes); in testFunctions() [all …]
|
H A D | DBaseSqlTests.java | 44 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local 53 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() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/ |
H A D | RowSet.java | 88 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in useRowSet() local 99 xRowRes.execute(); in useRowSet() 103 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in useRowSet() 111 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetPrivileges() local 122 xRowRes.execute(); in showRowSetPrivileges() 145 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetRowCount() local 156 xRowRes.execute(); in showRowSetRowCount() 162 XResultSet xRes = (XResultSet)UnoRuntime.queryInterface(XResultSet.class,xRowRes); in showRowSetRowCount() 177 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetEvents() local 187 xRowRes.addRowSetListener(pRow); in showRowSetEvents() [all …]
|
Completed in 44 milliseconds