2017年8月4日
摘要: public class JdbcTest { private Connection conn = null; private PreparedStatement pst = null; private ResultSet rs = null; @Before public void init() 阅读全文
posted @ 2017-08-04 15:25 0001 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 触发器:监视器,监视表中记录,当对表中记录进行操作(增删改)触发器工作--行级触发器:for each row 使用:old, :new语法:create or replace trigger 触发器名称after|beforeinsert|update|deleteon 表名declarebegi 阅读全文
posted @ 2017-08-04 15:14 0001 阅读(174) 评论(0) 推荐(0) 编辑