Lines Matching defs:xRowRes

45         final XRowSet xRowRes = (XRowSet) UnoRuntime.queryInterface(XRowSet.class,  in testFunctions()  local
201 …private XRow execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
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()
236 …private void char_length(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.be… in char_length()
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()
256 …private void substring(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in substring()
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()
280 …private void replace(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in replace()
286 …private void repeat(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in repeat()
292 …private void insert(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in insert()
298 …private void left(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in left()
304 …private void right(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in right()
310 …private void chartest(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans… in chartest()