pstmt.setString(1, seq); rs = pstmt.executeQuery(); while (rs.next()) { blob = (oracle.sql.BLOB)rs.getBlob(1); binFile = new File(fileName);
確定! 回上一頁