public class LocalDateAsSqlDateType extends TnAbstractValueType
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SqlDateType |
_sqlDateType |
_sqlType| コンストラクタと説明 |
|---|
LocalDateAsSqlDateType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
bindValue(Connection conn,
CallableStatement cs,
String parameterName,
Object value) |
void |
bindValue(Connection conn,
PreparedStatement ps,
int index,
Object value)
Bind the value.
|
protected TimeZone |
getTimeZone() |
Object |
getValue(CallableStatement cs,
int index) |
Object |
getValue(CallableStatement cs,
String parameterName) |
Object |
getValue(ResultSet rs,
int index) |
Object |
getValue(ResultSet rs,
String columnName) |
protected LocalDate |
toLocalDate(Object date) |
protected Date |
toSqlDate(Object date) |
getSqlType, registerOutParameter, registerOutParameter, setNull, setNullprotected final SqlDateType _sqlDateType
public Object getValue(ResultSet rs, int index) throws SQLException
SQLExceptionpublic Object getValue(ResultSet rs, String columnName) throws SQLException
SQLExceptionpublic Object getValue(CallableStatement cs, int index) throws SQLException
SQLExceptionpublic Object getValue(CallableStatement cs, String parameterName) throws SQLException
SQLExceptionpublic void bindValue(Connection conn, PreparedStatement ps, int index, Object value) throws SQLException
ValueTypeconn - The connection for the database. (NotNull)ps - The prepared statement. (NotNull)index - The parameter index.value - The parameter value. (NullAllowed)SQLException - When it fails to handle the SQL.public void bindValue(Connection conn, CallableStatement cs, String parameterName, Object value) throws SQLException
SQLExceptionprotected TimeZone getTimeZone()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.