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