从查询出来的结果集获取Blob数据(以图片为例)

从数据库中读出文件类型为Blob文件:html Connection conn=null; PrepatedStatement pstmt=null; ResultSet resultSet=null; try{ connection=JDBCTools.getConnection(); String sql="Select id,name customerName,email,birth fro
相关文章
相关标签/搜索