public class PIntegerSqlTypeConvetAdapter extends Object implements SqlTypeConvertAdapter
| コンストラクタと説明 |
|---|
PIntegerSqlTypeConvetAdapter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
getColumnValue(ResultSet rs,
int idx,
int sqlType,
Class<?> propertyType) |
void |
setColumnValue(PreparedStatement smt,
int idx,
int sqlType,
Object value,
Class<?> propertyType) |
public Object getColumnValue(ResultSet rs, int idx, int sqlType, Class<?> propertyType) throws SQLException
getColumnValue インタフェース内 SqlTypeConvertAdapterSQLExceptionpublic void setColumnValue(PreparedStatement smt, int idx, int sqlType, Object value, Class<?> propertyType) throws SQLException
setColumnValue インタフェース内 SqlTypeConvertAdapterSQLExceptionCopyright © 2012 NTT DATA INTRAMART CORPORATION