public class JulianDateSqlType extends SqlType<JulianDate>
DB_SQLTYPE_NOT_AVAILABLE, DB_SQLTYPE_UNKNOWN, sqlType| Constructor and Description |
|---|
JulianDateSqlType() |
| Modifier and Type | Method and Description |
|---|---|
JulianDate |
get(java.sql.ResultSet rs,
int index,
int dbSqlType)
Returns value from result set.
|
void |
set(java.sql.PreparedStatement st,
int index,
JulianDate value,
int dbSqlType)
Sets prepared statement value.
|
prepareGetValue, readValue, storeValuepublic void set(java.sql.PreparedStatement st,
int index,
JulianDate value,
int dbSqlType)
throws java.sql.SQLException
SqlTypeset in class SqlType<JulianDate>java.sql.SQLExceptionpublic JulianDate get(java.sql.ResultSet rs, int index, int dbSqlType) throws java.sql.SQLException
SqlTypeget in class SqlType<JulianDate>rs - result setindex - column indexdbSqlType - java.sql.Types hintjava.sql.SQLExceptionCopyright © 2003-present Jodd Team