`
imcb
  • 浏览: 4659 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
package com.augurit.codebulder.builder.bean; public class Field {     private String fieldName; //字段名     private int fieldType; //字段类型(整数表示)     private boolean key; //是否主键     private boolean empty; //是否可以为空     private String typeName; //字段类型(sql类型)     private int size; //字段长度     private int p ...
package com.augurit.codebulder.builder.bpo.imp; import com.augurit.codebulder.util.db.imp.ConnectionManagerImpl; import java.sql.Connection; import java.util.*; import java.sql.*; import com.augurit.codebulder.builder.bean.Field; import com.augurit.codebulder.builder.bpo.inf.InfGetDBData; public c ...
select t.*, t.rowid from hzsz_biz_all t where t.applyid='2007-10226' --@select t.*, t.rowid from app_dig_chargenotify t where t.applyid ='2007-10226' --@select * from app_dig_chargenotify t where t.applyid = '2007-10226' select * from app_dig_idea t where t.applyid = '2007-10226' --@select * from ...
Global site tag (gtag.js) - Google Analytics