11 2011 档案

spring's JdbcTemplate, NamedParameterJdbcTemplate and SimpleJdbcTemplate(转)
摘要:参考:http://static.springsource.org/spring/docs/2.5.x/reference/jdbc.html#jdbc-JdbcTemplate-idiomsUse spring their operation on the database, you can use these three database operations template.The method in JdbcTemplate main transmission sql, and array parameters, the method requires an array of sql 阅读全文

posted @ 2011-11-30 14:44 小山丘 阅读(1267) 评论(0) 推荐(0)

存储过程复合变量
摘要:存储过程:复合变量Pl/Sql记录DECLARE TYPE content_record_type is RECORD ( name epp_t_content.content_ky%TYPE); content_record content_record_type; Begin select content_ky INTO content_record from epp_t_content where content_id = '1001022203'; dbms_output.put_line('雇员名:'||content_record.name); En 阅读全文

posted @ 2011-11-02 10:33 小山丘 阅读(207) 评论(0) 推荐(0)

导航