Class SqlTimeValueFactory

java.lang.Object
com.mysql.cj.result.DefaultValueFactory<T>
com.mysql.cj.result.AbstractDateTimeValueFactory<java.sql.Time>
com.mysql.cj.result.SqlTimeValueFactory
All Implemented Interfaces:
ValueFactory<java.sql.Time>

public class SqlTimeValueFactory
extends AbstractDateTimeValueFactory<java.sql.Time>
A value factory to create Time instances. As with other date/time types, a time zone is necessary to interpret the time values returned from the server.