| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a | |
| com.mysql.cj.result |
| Modifier and Type | Method and Description |
|---|---|
static InternalTime |
InternalTime.from(java.util.Calendar x,
int nanos) |
static InternalTime |
InternalTime.from(java.time.Duration x) |
static InternalTime |
InternalTime.from(java.time.LocalDateTime x) |
static InternalTime |
InternalTime.from(java.time.LocalTime x) |
static InternalTime |
InternalTime.from(java.time.OffsetTime x) |
| Modifier and Type | Method and Description |
|---|---|
static InternalTime |
MysqlTextValueDecoder.getTime(byte[] bytes,
int offset,
int length,
int scale) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractValueEncoder.writeTime(Message msg,
InternalTime time) |
| Modifier and Type | Method and Description |
|---|---|
T |
ValueFactory.createFromTime(InternalTime it) |
T |
DefaultValueFactory.createFromTime(InternalTime it) |
T |
AbstractDateTimeValueFactory.createFromTime(InternalTime it) |
java.lang.String |
StringValueFactory.createFromTime(InternalTime it)
Create a string from InternalTime.
|
java.time.LocalTime |
LocalTimeValueFactory.localCreateFromTime(InternalTime it) |
java.sql.Date |
SqlDateValueFactory.localCreateFromTime(InternalTime it) |
java.time.OffsetTime |
OffsetTimeValueFactory.localCreateFromTime(InternalTime it) |
(package private) java.time.LocalDate |
LocalDateValueFactory.localCreateFromTime(InternalTime it) |
(package private) abstract T |
AbstractDateTimeValueFactory.localCreateFromTime(InternalTime it) |
java.util.Calendar |
UtilCalendarValueFactory.localCreateFromTime(InternalTime it)
Create a Calendar from a TIME value.
|
java.time.LocalDateTime |
LocalDateTimeValueFactory.localCreateFromTime(InternalTime it)
Create a LocalDateTime from a TIME value.
|
java.time.Duration |
DurationValueFactory.localCreateFromTime(InternalTime it) |
java.time.OffsetDateTime |
OffsetDateTimeValueFactory.localCreateFromTime(InternalTime it)
Create an OffsetDateTime from a TIME value.
|
java.time.ZonedDateTime |
ZonedDateTimeValueFactory.localCreateFromTime(InternalTime it)
Create an ZonedDateTime from a TIME value.
|
java.sql.Timestamp |
SqlTimestampValueFactory.localCreateFromTime(InternalTime it)
Create a Timestamp from a TIME value.
|
java.sql.Time |
SqlTimeValueFactory.localCreateFromTime(InternalTime it) |