public class LocalTimeSqlType extends SqlType<java.time.LocalTime>
DB_SQLTYPE_NOT_AVAILABLE, DB_SQLTYPE_UNKNOWN, sqlType
Constructor and Description |
---|
LocalTimeSqlType() |
Modifier and Type | Method and Description |
---|---|
java.time.LocalTime |
get(java.sql.ResultSet rs,
int index,
int dbSqlType)
Returns value from result set.
|
void |
set(java.sql.PreparedStatement st,
int index,
java.time.LocalTime value,
int dbSqlType)
Sets prepared statement value.
|
prepareGetValue, readValue, storeValue
public void set(java.sql.PreparedStatement st, int index, java.time.LocalTime value, int dbSqlType) throws java.sql.SQLException
SqlType
public java.time.LocalTime get(java.sql.ResultSet rs, int index, int dbSqlType) throws java.sql.SQLException
SqlType
Copyright © 2003-present Jodd Team