|
|
@ -318,6 +318,7 @@ public class OracleDelegate extends StdJDBCDelegate { |
|
|
|
ps.setInt(13, trigger.getMisfireInstruction()); |
|
|
|
ps.setInt(13, trigger.getMisfireInstruction()); |
|
|
|
ps.setBinaryStream(14, null, 0); |
|
|
|
ps.setBinaryStream(14, null, 0); |
|
|
|
ps.setInt(15, trigger.getPriority()); |
|
|
|
ps.setInt(15, trigger.getPriority()); |
|
|
|
|
|
|
|
ps.setString(16, trigger.getAppointId()); |
|
|
|
|
|
|
|
|
|
|
|
insertResult = ps.executeUpdate(); |
|
|
|
insertResult = ps.executeUpdate(); |
|
|
|
|
|
|
|
|
|
|
|