Searched defs:xRowRes (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/connectivity/qa/complex/connectivity/dbase/ |
H A D | DBaseNumericFunctions.java | 46 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local 259 …private void abs(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in abs() 266 …private void sign(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in sign() 274 …private void mod(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in mod() 301 …private void exp(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in exp() 308 …private void log(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in log() 322 …private void pow(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in pow() 334 …private void pi(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkno… in pi() 340 …private void cos(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in cos() 346 …private void sin(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in sin() [all …]
|
H A D | DBaseStringFunctions.java | 45 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local 212 …private void upper(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in upper() 219 …private void lower(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in lower() 230 …private void acsii(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in acsii() 244 …private void concat(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in concat() 250 …private void locate(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in locate() 262 …private void ltrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in ltrim() 268 …private void rtrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in rtrim() 274 …private void space(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in space() 298 …private void left(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in left() [all …]
|
H A D | DBaseDateFunctions.java | 47 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local 223 …private void month(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in month() 229 …private void dayname(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in dayname() 241 …private void quarter(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in quarter() 250 …private void week(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in week() 256 …private void year(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in year() 262 …private void hour(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in hour() 268 …private void minute(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in minute() 274 …private void second(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in second() 280 …private void curdate(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in curdate() [all …]
|
H A D | DBaseSqlTests.java | 44 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local 73 …private void execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/ |
H A D | RowSet.java | 88 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
|
Completed in 27 milliseconds