BytesType.BlobTrait, BytesType.BytesTrait, BytesType.StreamTrait, BytesType.TraitBLOB_TRAIT, BYTES_TRAIT, EMPTY_BYTES, STREAM_TRAIT, trait_sqlType| コンストラクタと説明 |
|---|
SerializableType(BytesType.Trait trait) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
bindValue(Connection conn,
CallableStatement cs,
String parameterName,
Object value) |
void |
bindValue(Connection conn,
PreparedStatement ps,
int index,
Object value)
Bind the value.
|
protected Serializable |
deserialize(Object bytes) |
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 byte[] |
serialize(Object obj) |
getSqlType, registerOutParameter, registerOutParameter, setNull, setNullpublic SerializableType(BytesType.Trait trait)
public Object getValue(ResultSet rs, int index) throws SQLException
getValue インタフェース内 ValueTypegetValue クラス内 BytesTypeSQLExceptionpublic Object getValue(ResultSet rs, String columnName) throws SQLException
getValue インタフェース内 ValueTypegetValue クラス内 BytesTypeSQLExceptionpublic Object getValue(CallableStatement cs, int index) throws SQLException
getValue インタフェース内 ValueTypegetValue クラス内 BytesTypeSQLExceptionpublic Object getValue(CallableStatement cs, String parameterName) throws SQLException
getValue インタフェース内 ValueTypegetValue クラス内 BytesTypeSQLExceptionpublic void bindValue(Connection conn, PreparedStatement ps, int index, Object value) throws SQLException
ValueTypebindValue インタフェース内 ValueTypebindValue クラス内 BytesTypeconn - 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 クラス内 BytesTypeSQLExceptionprotected byte[] serialize(Object obj) throws SQLException
SQLExceptionprotected Serializable deserialize(Object bytes) throws SQLException
SQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.