A JDBC Time
. For documentation of this class, see java.sql.Time
.
Methods
Method | Return type | Brief description |
---|---|---|
after(when) | Boolean | For documentation of this method, see java.sql.Time#after(java.util.Date) . |
before(when) | Boolean | For documentation of this method, see java.sql.Time#before(java.util.Date) . |
getHours() | Integer | For documentation of this method, see java.sql.Time#getHours() . |
getMinutes() | Integer | For documentation of this method, see java.sql.Time#getMinutes() . |
getSeconds() | Integer | For documentation of this method, see java.sql.Time#getSeconds() . |
getTime() | Integer | For documentation of this method, see java.sql.Time#getTime() . |
setHours(hours) | void | For documentation of this method, see java.sql.Time#setHours(int) . |
setMinutes(minutes) | void | For documentation of this method, see java.sql.Time#setMinutes(int) . |
setSeconds(seconds) | void | For documentation of this method, see java.sql.Time#setSeconds(int) . |
setTime(milliseconds) | void | For documentation of this method, see java.sql.Time#setTime(long) . |
Detailed documentation
after(when)
For documentation of this method, see java.sql.Time#after(java.util.Date)
.
Parameters
Name | Type | Description |
---|---|---|
when | JdbcTime |
Return
Boolean
before(when)
For documentation of this method, see java.sql.Time#before(java.util.Date)
.
Parameters
Name | Type | Description |
---|---|---|
when | JdbcTime |
Return
Boolean
setHours(hours)
For documentation of this method, see java.sql.Time#setHours(int)
.
Parameters
Name | Type | Description |
---|---|---|
hours | Integer |
setMinutes(minutes)
For documentation of this method, see java.sql.Time#setMinutes(int)
.
Parameters
Name | Type | Description |
---|---|---|
minutes | Integer |
setSeconds(seconds)
For documentation of this method, see java.sql.Time#setSeconds(int)
.
Parameters
Name | Type | Description |
---|---|---|
seconds | Integer |
setTime(milliseconds)
For documentation of this method, see java.sql.Time#setTime(long)
.
Parameters
Name | Type | Description |
---|---|---|
milliseconds | Integer |