public class TimestampType extends TnAbstractValueType
_sqlType| コンストラクタと説明 |
|---|
TimestampType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
bindValue(Connection conn,
CallableStatement cs,
String parameterName,
Object value) |
void |
bindValue(Connection conn,
PreparedStatement ps,
int index,
Object value)
Bind the value.
|
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 Timestamp |
toTimestamp(Object value) |
getSqlType, registerOutParameter, registerOutParameter, setNull, setNullpublic 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
SQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.