Lines Matching defs:xRowRes
47 final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, in testFunctions() local
194 …private XRow execute(final XRowSet xRowRes, final String sql) throws com.sun.star.uno.Exception, c… in execute()
205 …private void dayofweek(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in dayofweek()
211 …private void dayofmonth(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bea… in dayofmonth()
217 …private void dayofyear(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in dayofyear()
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()
235 …private void monthname(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in monthname()
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()
287 …private void curtime(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in curtime()
294 …private void now(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in now()