Searched refs:xRowRes (Results 1 – 5 of 5) sorted by relevance
/trunk/main/connectivity/qa/complex/connectivity/dbase/ |
H A D | DBaseNumericFunctions.java | 54 abs(xRowRes); in testFunctions() 55 acos(xRowRes); in testFunctions() 56 asin(xRowRes); in testFunctions() 60 cos(xRowRes); in testFunctions() 62 exp(xRowRes); in testFunctions() 64 log(xRowRes); in testFunctions() 66 mod(xRowRes); in testFunctions() 67 pi(xRowRes); in testFunctions() 68 pow(xRowRes); in testFunctions() 72 sin(xRowRes); in testFunctions() [all …]
|
H A D | DBaseStringFunctions.java | 54 upper(xRowRes); in testFunctions() 55 lower(xRowRes); in testFunctions() 56 acsii(xRowRes); in testFunctions() 58 concat(xRowRes); in testFunctions() 60 locate(xRowRes); in testFunctions() 62 ltrim(xRowRes); in testFunctions() 63 rtrim(xRowRes); in testFunctions() 64 space(xRowRes); in testFunctions() 66 repeat(xRowRes); in testFunctions() 68 left(xRowRes); in testFunctions() [all …]
|
H A D | DBaseDateFunctions.java | 55 curdate(xRowRes); in testFunctions() 56 curtime(xRowRes); in testFunctions() 57 dayname(xRowRes); in testFunctions() 61 hour(xRowRes); in testFunctions() 62 minute(xRowRes); in testFunctions() 63 month(xRowRes); in testFunctions() 65 now(xRowRes); in testFunctions() 66 quarter(xRowRes); in testFunctions() 67 second(xRowRes); in testFunctions() 68 week(xRowRes); in testFunctions() [all …]
|
H A D | DBaseSqlTests.java | 41 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local 50 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where \"Identifier\" 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() 63 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not \"Identifier\" is NULL"); in testFunctions() [all …]
|
/trunk/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 32 milliseconds