类的使用
com.mysql.cj.protocol.InternalTime
-
使用InternalTime的程序包 程序包 说明 com.mysql.cj.protocol com.mysql.cj.protocol.a com.mysql.cj.result -
-
com.mysql.cj.protocol中InternalTime的使用
返回InternalTime的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 static InternalTimeInternalTime. from(java.time.Duration x)static InternalTimeInternalTime. from(java.time.LocalDateTime x)static InternalTimeInternalTime. from(java.time.LocalTime x)static InternalTimeInternalTime. from(java.time.OffsetTime x)static InternalTimeInternalTime. from(Calendar x, int nanos) -
com.mysql.cj.protocol.a中InternalTime的使用
返回InternalTime的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 static InternalTimeMysqlTextValueDecoder. getTime(byte[] bytes, int offset, int length, int scale)参数类型为InternalTime的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 protected voidAbstractValueEncoder. writeTime(Message msg, InternalTime time) -
com.mysql.cj.result中InternalTime的使用
参数类型为InternalTime的com.mysql.cj.result中的方法 修饰符和类型 方法 说明 TAbstractDateTimeValueFactory. createFromTime(InternalTime it)TDefaultValueFactory. createFromTime(InternalTime it)StringStringValueFactory. createFromTime(InternalTime it)Create a string from InternalTime.TValueFactory. createFromTime(InternalTime it)java.time.DurationDurationValueFactory. localCreateFromTime(InternalTime it)java.time.LocalDateTimeLocalDateTimeValueFactory. localCreateFromTime(InternalTime it)Create a LocalDateTime from a TIME value.java.time.LocalTimeLocalTimeValueFactory. localCreateFromTime(InternalTime it)java.time.OffsetDateTimeOffsetDateTimeValueFactory. localCreateFromTime(InternalTime it)Create an OffsetDateTime from a TIME value.java.time.OffsetTimeOffsetTimeValueFactory. localCreateFromTime(InternalTime it)DateSqlDateValueFactory. localCreateFromTime(InternalTime it)TimestampSqlTimestampValueFactory. localCreateFromTime(InternalTime it)Create a Timestamp from a TIME value.TimeSqlTimeValueFactory. localCreateFromTime(InternalTime it)CalendarUtilCalendarValueFactory. localCreateFromTime(InternalTime it)Create a Calendar from a TIME value.java.time.ZonedDateTimeZonedDateTimeValueFactory. localCreateFromTime(InternalTime it)Create an ZonedDateTime from a TIME value.
-