没有合适的资源?快使用搜索试试~ 我知道了~
java自动生成Oracle sequence管理类
1星 需积分: 45 9 下载量 128 浏览量
2014-08-18
23:19:13
上传
评论
收藏 6KB JAVA 举报
温馨提示
Oracle自增长主键自动生成类 public static int nextID String table { if table null return 1; table table toLowerCase ; String strKey table; if sequences containsKey strKey { SequenceManager tmp SequenceManager sequences get strKey ; return tmp nextUniqueID ; } else { SequenceManager tmp new SequenceManager table 200 ; sequences put strKey tmp ; return tmp nextUniqueID ; } } ">Oracle自增长主键自动生成类 public static int nextID String table { if table null return 1; table table toLowerCase ; String strKey table; if sequences containsKey strKey { SequenceManager tmp SequenceManager sequences get strKey ; return tm [更多]
资源推荐
资源评论
资源评论
- songjian_goo2015-07-11好像不大适合我的
tulongzizhu
- 粉丝: 1
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- asm-西电微机原理实验
- Arduino-arduino
- C语言-leetcode题解之70-climbing-stairs.c
- C语言-leetcode题解之68-text-justification.c
- C语言-leetcode题解之66-plus-one.c
- C语言-leetcode题解之64-minimum-path-sum.c
- C语言-leetcode题解之63-unique-paths-ii.c
- C语言-leetcode题解之62-unique-paths.c
- C语言-leetcode题解之61-rotate-list.c
- C语言-leetcode题解之59-spiral-matrix-ii.c
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功