394339443945394639473948394939503951
if (x == null) updateNull(columnIndex); else synchronized(this) { Row r = this.getRowForUpdate(columnIndex, "'updateNClob(...)'"); x = new OPLHeapNClob(((NClob)x).getSubString(0L, (int)((NClob)x).length())); r.setColData(columnIndex, x); } }
3999400040014002400340044005400640074008
return null; } else { if (x instanceof NClob) return (NClob)x; else if (x instanceof byte[]) return new OPLHeapNClob(Bin2Hex((byte[])x)); else return new OPLHeapNClob(x.toString()); } }