public static class BytesType.StreamTrait extends Object implements BytesType.Trait
| コンストラクタと説明 |
|---|
StreamTrait() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.TraitSQLExceptionpublic 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.