public static interface BytesType.Trait
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
int getSqlType()
void set(PreparedStatement ps, int parameterIndex, byte[] bytes) throws SQLException
SQLExceptionvoid set(CallableStatement cs, String parameterName, byte[] bytes) throws SQLException
SQLExceptionbyte[] get(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionbyte[] get(ResultSet rs, String columnName) throws SQLException
SQLExceptionbyte[] get(CallableStatement cs, int columnIndex) throws SQLException
SQLExceptionbyte[] get(CallableStatement cs, String columnName) throws SQLException
SQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.