Eu estou tentando obter string de tipo de dados BLOB usando Blob blob = rs.getBlob(cloumnName[i]); byte[] bdata = blob.getBytes(1, (int) blob.length()); ...
確定! 回上一頁