Searched refs:clob (Results 1 – 3 of 3) sorted by relevance
79 XClob clob = getClob(columnIndex); in getCharacterStream() local80 if (clob != null) { in getCharacterStream()81 return clob.getCharacterStream(); in getCharacterStream()190 java.sql.Clob clob = ((java.sql.CallableStatement)jdbcStatement).getClob(columnIndex); in getClob() local191 if (clob != null) { in getClob()192 return new JavaSQLClob(logger, clob); in getClob()
403 java.sql.Clob clob = jdbcResultSet.getClob(columnIndex); in getClob() local404 if (clob != null) { in getClob()405 return new JavaSQLClob(logger, clob); in getClob()
451 XClob clob = UnoRuntime.queryInterface(XClob.class, object); in fill() local452 if (clob != null) { in fill()453 setAny(clob); in fill()1001 XClob clob = UnoRuntime.queryInterface(XClob.class, value); in getSequence() local1002 if (clob != null) { in getSequence()1003 xStream = clob.getCharacterStream(); in getSequence()1109 XClob clob = AnyConverter.toObject(XClob.class, value); in getString() local1110 if (clob != null) { in getString()1111 aRet = clob.getSubString(1, (int)clob.length()); in getString()
Completed in 30 milliseconds