import java.sql.clob; private String getClobConvertToStr(Clob clob) { int size; String str = ""; try { if(clob == null) { size = 0; } ...
確定! 回上一頁