protected static class BytesOidType.TnBytesOidTrait extends Object implements BytesType.Trait
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
TnBytesOidTrait() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Blob |
createBytesOidImpl(byte[] bytes) |
byte[] |
get(CallableStatement cs,
int columnIndex) |
byte[] |
get(CallableStatement cs,
String columnName) |
byte[] |
get(ResultSet rs,
int columnIndex) |
byte[] |
get(ResultSet rs,
String columnName) |
int |
getSqlType() |
void |
set(CallableStatement cs,
String parameterName,
byte[] bytes) |
void |
set(PreparedStatement ps,
int parameterIndex,
byte[] bytes) |
public int getSqlType()
getSqlType インタフェース内 BytesType.Traitpublic void set(PreparedStatement ps, int parameterIndex, byte[] bytes) throws SQLException
set インタフェース内 BytesType.TraitSQLExceptionprotected Blob createBytesOidImpl(byte[] bytes)
public void set(CallableStatement cs, String parameterName, byte[] bytes) throws SQLException
set インタフェース内 BytesType.TraitSQLExceptionpublic byte[] get(ResultSet rs, int columnIndex) throws SQLException
get インタフェース内 BytesType.TraitSQLExceptionpublic byte[] get(ResultSet rs, String columnName) throws SQLException
get インタフェース内 BytesType.TraitSQLExceptionpublic byte[] get(CallableStatement cs, int columnIndex) throws SQLException
get インタフェース内 BytesType.TraitSQLExceptionpublic byte[] get(CallableStatement cs, String columnName) throws SQLException
get インタフェース内 BytesType.TraitSQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.