public class ObjectBindingBigDecimalType extends BigDecimalType
_sqlType| コンストラクタと説明 |
|---|
ObjectBindingBigDecimalType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
bindValue(Connection conn,
CallableStatement cs,
String parameterName,
Object value) |
void |
bindValue(Connection conn,
PreparedStatement ps,
int index,
Object value)
Bind the value.
|
getValue, getValue, getValue, getValuegetSqlType, registerOutParameter, registerOutParameter, setNull, setNullpublic void bindValue(Connection conn, PreparedStatement ps, int index, Object value) throws SQLException
ValueTypebindValue インタフェース内 ValueTypebindValue クラス内 BigDecimalTypeconn - The connection for the database. (NotNull)ps - The prepared statement. (NotNull)index - The parameter index.value - The parameter value. (NullAllowed)SQLException - When it fails to handle the SQL.public void bindValue(Connection conn, CallableStatement cs, String parameterName, Object value) throws SQLException
bindValue インタフェース内 ValueTypebindValue クラス内 BigDecimalTypeSQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.