Class and Description |
---|
com.streamscape.lib.dispatcher.DateRangeConstraint |
com.streamscape.lib.dispatcher.NumericRangeConstraint |
Constructor and Description |
---|
java.sql.Date(int, int, int)
instead use the constructor
Date(long date) |
java.sql.Time(int, int, int)
Use the constructor that takes a milliseconds value
in place of this constructor
|
java.sql.Timestamp(int, int, int, int, int, int, int)
instead use the constructor
Timestamp(long millis) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.