Home
last modified time | relevance | path

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

/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java44 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
77 …private XRow execute(final XRowSet xRowRes,final String sql) throws com.sun.star.uno.Exception, c… in execute()
88 …private void abs(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in abs()
95 …private void sign(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in sign()
103 …private void mod(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in mod()
109 …private void floor(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in floor()
116 …private void ceiling(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in ceiling()
123 …private void round(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in round()
130 …private void exp(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in exp()
137 …private void log(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in log()
[all …]
H A DDBaseStringFunctions.java44 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
72 …private XRow execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
83 …private void upper(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in upper()
90 …private void lower(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in lower()
101 …private void ascii(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in ascii()
107 …private void char_length(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.be… in char_length()
115 …private void concat(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in concat()
121 …private void locate(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in locate()
127 …private void substring(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in substring()
133 …private void ltrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in ltrim()
[all …]
H A DDBaseDateFunctions.java45 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
72 …private XRow execute(final XRowSet xRowRes, final String sql) throws com.sun.star.uno.Exception, c… in execute()
83 …private void dayofweek(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in dayofweek()
89 …private void dayofmonth(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bea… in dayofmonth()
95 …private void dayofyear(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in dayofyear()
101 …private void month(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in month()
107 …private void dayname(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in dayname()
113 …private void monthname(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in monthname()
119 …private void quarter(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in quarter()
128 …private void week(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in week()
[all …]
H A DDBaseSqlTests.java41 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
70 …private void execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java88 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in useRowSet() local
111 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetPrivileges() local
145 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetRowCount() local
177 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetEvents() local