|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
---|---|
javax.sql.rowset.CachedRowSet.COMMIT_ON_ACCEPT_CHANGES
Because this field is final (it is part of an interface), its value cannot be changed. |
Deprecated Constructors | |
---|---|
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |