摘要: 在现在做的Kraft Catalyst 项目中,Cransoft其中有一个功能就是schema refresh. 一直不理解schema什么意思,也曾经和同事讨论过,当时同事就给我举过一个例子,下面会详细说的。其实schema是Oracle中的,其他数据库中不知道有没有这个概念。首先,可以先看一下schema和user的定义:A schema is a collection of database objects (used by a user).Schema objects are the logical structures that directly refer to the datab 阅读全文
posted @ 2013-02-25 21:44 矢风快乐 阅读(16293) 评论(0) 推荐(2)
摘要: dao标注:@Repository("sjspDao")sql查询: @SuppressWarnings( { "rawtypes", "unchecked" }) public List getCheckDmqkfxList(String sStartTime, String sEndTime, String jgdm, int firstResult, int maxResult) { StringBuffer sql = new StringBuffer(); sql.append("SELECT A.YLJGDM,B 阅读全文
posted @ 2013-02-25 17:38 矢风快乐 阅读(211) 评论(0) 推荐(0)