|
|
|
|
@ -188,9 +188,7 @@ public class BasicInfoDB2File {
|
|
|
|
|
ps.setInt(4 ,Integer.parseInt(str4));
|
|
|
|
|
ps.setInt(5,Integer.parseInt(str5.trim()));
|
|
|
|
|
ps.setString(6, str6);
|
|
|
|
|
// this.logger.debug(String.format("'%s', '%s', '%s', '%s'",
|
|
|
|
|
// String.format("to_date('%s','YYYYMMDDHH24MISS'", str1), str2,
|
|
|
|
|
// str3, str4));
|
|
|
|
|
|
|
|
|
|
ps.addBatch(); // OraclePreparedStatement에 batch로 완성된 SQL 추가
|
|
|
|
|
ps.clearParameters(); // OraclePreparedStatement에 지정된 Parameter값 초기화
|
|
|
|
|
|
|
|
|
|
|