Home
last modified time | relevance | path

Searched refs:xRowRes (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java46 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
51 … final XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xRowRes); in testFunctions()
58 abs(xRowRes); in testFunctions()
67 acos(xRowRes); in testFunctions()
76 asin(xRowRes); in testFunctions()
85 atan(xRowRes); in testFunctions()
94 atan2(xRowRes); in testFunctions()
103 ceiling(xRowRes); in testFunctions()
112 cos(xRowRes); in testFunctions()
121 degrees(xRowRes); in testFunctions()
[all …]
H A DDBaseStringFunctions.java45 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
50 … final XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xRowRes); in testFunctions()
57 upper(xRowRes); in testFunctions()
66 lower(xRowRes); in testFunctions()
75 acsii(xRowRes); in testFunctions()
84 char_length(xRowRes); in testFunctions()
93 concat(xRowRes); in testFunctions()
102 chartest(xRowRes); in testFunctions()
111 locate(xRowRes); in testFunctions()
120 substring(xRowRes); in testFunctions()
[all …]
H A DDBaseDateFunctions.java47 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
52 … final XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xRowRes); in testFunctions()
59 curdate(xRowRes); in testFunctions()
68 curtime(xRowRes); in testFunctions()
77 dayname(xRowRes); in testFunctions()
86 dayofmonth(xRowRes); in testFunctions()
95 dayofweek(xRowRes); in testFunctions()
104 dayofyear(xRowRes); in testFunctions()
113 hour(xRowRes); in testFunctions()
122 minute(xRowRes); in testFunctions()
[all …]
H A DDBaseSqlTests.java44 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
49 … final XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xRowRes); in testFunctions()
53 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where \"Identifier\" like 'B%'"); in testFunctions()
54 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not \"Identifier\" like 'B%'"); in testFunctions()
55 execute(xRowRes,"1 FROM \"biblio\" \"biblio\" where not \"Identifier\" not 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()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java88 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in useRowSet() local
94 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in useRowSet()
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
117 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetPrivileges()
122 xRowRes.execute(); in showRowSetPrivileges()
137 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetPrivileges()
145 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetRowCount() local
151 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetRowCount()
[all …]