|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.extension.jdbc.impl.PreparedStatementWrapper
org.seasar.extension.jdbc.impl.BooleanToIntPreparedStatement
| フィールドの概要 |
| インタフェース java.sql.Statement から継承したフィールド |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| コンストラクタの概要 | |
BooleanToIntPreparedStatement(PreparedStatement original,
String sql)
|
|
| メソッドの概要 | |
protected int |
changeSqlTypeIfBoolean(int sqlType)
|
void |
setBoolean(int parameterIndex,
boolean x)
|
void |
setNull(int parameterIndex,
int sqlType)
|
void |
setNull(int paramIndex,
int sqlType,
String typeName)
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public BooleanToIntPreparedStatement(PreparedStatement original,
String sql)
original - sql - | メソッドの詳細 |
public void setBoolean(int parameterIndex,
boolean x)
throws SQLException
PreparedStatement 内の setBooleanPreparedStatementWrapper 内の setBooleanSQLExceptionPreparedStatement.setBoolean(int, boolean)
public void setNull(int paramIndex,
int sqlType,
String typeName)
throws SQLException
PreparedStatement 内の setNullPreparedStatementWrapper 内の setNullSQLExceptionPreparedStatement.setNull(int, int, java.lang.String)
public void setNull(int parameterIndex,
int sqlType)
throws SQLException
PreparedStatement 内の setNullPreparedStatementWrapper 内の setNullSQLExceptionPreparedStatement.setNull(int, int)protected int changeSqlTypeIfBoolean(int sqlType)
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||