public abstract class OracleDateAsTimestampType extends LocalDateTimeAsTimestampType
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected OracleAgent |
_agent |
_timestampType_sqlType| コンストラクタと説明 |
|---|
OracleDateAsTimestampType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
bindValue(Connection conn,
CallableStatement cs,
String parameterName,
Object value) |
void |
bindValue(Connection conn,
PreparedStatement ps,
int index,
Object value)
Bind the value.
|
protected abstract OracleAgent |
createOracleAgent()
Create the agent for Oracle.
|
protected Object |
toOracleDate(Timestamp timestamp)
Convert the time-stamp to Oracle's date.
|
toLocalDategetTimeZone, getValue, getValue, getValue, getValue, toTimestampgetSqlType, registerOutParameter, registerOutParameter, setNull, setNullprotected final OracleAgent _agent
protected abstract OracleAgent createOracleAgent()
public void bindValue(Connection conn, PreparedStatement ps, int index, Object value) throws SQLException
ValueTypebindValue インタフェース内 ValueTypebindValue クラス内 LocalDateAsTimestampTypeconn - 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
bindValue インタフェース内 ValueTypebindValue クラス内 LocalDateAsTimestampTypeSQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.