搜索资源列表
System
- 考勤系统,用来记录考勤信息等东西,比较实用-Attendance system, used to record attendance information, and other things, more practical
executeBatch
- 验证executeBatch在批处理时是否会去除相同的记录-Verify whether the batch executeBatch the same record will be removed in Java and Oracle
jOOQ-2.3.2-full
- jOOQ generates a simple Java representation of your database schema. Every table, view, stored procedure, enum, UDT is a class. jOOQ implements an easy-to-use active record pattern. It is NOT an OR-mapper, but provides a 1:1 mapping between tables/vi
accident-(copy)
- 基于mysql的交通事故人员记录管理系统,java编写界面-Traffic accident personnel record management system based on Java, MySQL interface
oracle
- Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,