private synchronized String loadClob(ResultSet resultSet,String name) throws Exception { Clob clob=resultSet.getClob(name); if (clob == null) return null; ...
確定! 回上一頁