码迷,mamicode.com
首页 >  
搜索关键字:pstmt    ( 23个结果
B LOB
B LOB和CLOB操作基本是一样的。(1)对数据库clob型执行插入操作 ************************************************* java.sql.PreparedStatement pstmt = null; ResultSet rs = null.....
分类:其他好文   时间:2014-07-16 18:02:40    阅读次数:203
java数据库查询结构
//获取数据表结构public static void getConnAndTableStruct(){ Connection connection = null; PreparedStatement pstmt = null; ResultSetMetaData rsmd = null; t...
分类:数据库   时间:2014-05-23 03:39:32    阅读次数:338
java blob存取图片
1. 存入图片 Connection con=db.conn; PreparedStatement pstmt; //File file = upload; FileInputStream inputImage = new FileInputS...
分类:编程语言   时间:2014-04-30 17:27:01    阅读次数:476
23条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!