public abstract class TnAbstractValueType extends Object implements ValueType
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_sqlType |
| コンストラクタと説明 |
|---|
TnAbstractValueType(int sqlType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getSqlType()
The SQL type of JDBC.
|
void |
registerOutParameter(Connection conn,
CallableStatement cs,
int index) |
void |
registerOutParameter(Connection conn,
CallableStatement cs,
String parameterName) |
protected void |
setNull(CallableStatement cs,
String parameterName) |
protected void |
setNull(PreparedStatement ps,
int index) |
protected void setNull(PreparedStatement ps, int index) throws SQLException
SQLExceptionprotected void setNull(CallableStatement cs, String parameterName) throws SQLException
SQLExceptionpublic void registerOutParameter(Connection conn, CallableStatement cs, int index) throws SQLException
registerOutParameter インタフェース内 ValueTypeSQLExceptionpublic void registerOutParameter(Connection conn, CallableStatement cs, String parameterName) throws SQLException
registerOutParameter インタフェース内 ValueTypeSQLExceptionpublic int getSqlType()
ValueTypegetSqlType インタフェース内 ValueTypeCopyright © 2014–2015 The DBFlute Project. All rights reserved.