|
|
|
@ -2656,7 +2656,7 @@ public class StdJDBCDelegate implements DriverDelegate, StdJDBCConstants {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public List<TriggerKey> selectAppointTriggerToAcquire(Connection conn, long noLaterThan, long noEarlierThan, int maxCount, String appointId) { |
|
|
|
|
public List<TriggerKey> selectAppointOrNonTriggerToAcquire(Connection conn, long noLaterThan, long noEarlierThan, int maxCount, String appointId) { |
|
|
|
|
PreparedStatement ps = null; |
|
|
|
|
ResultSet rs = null; |
|
|
|
|
List<TriggerKey> nextTriggers = new LinkedList<TriggerKey>(); |
|
|
|
|