|
|||||||||
| 前 次 | フレームあり フレームなし | ||||||||
| SQLParameterException を使用しているパッケージ | |
|---|---|
| com.JRcServer.sql.operation | データベースI/O処理をサポートします. |
| com.JRcServer.sql.operation.core | データベースI/O処理のコア処理をサポートします. |
| com.JRcServer.sql.operation での SQLParameterException の使用 |
|---|
| SQLParameterException をスローする com.JRcServer.sql.operation のメソッド | |
|---|---|
int |
PreparedSQL.executeUpdate()
SQL実行. |
int |
CallableSQL.executeUpdate()
SQL実行. |
void |
PreparedSQL.execution()
SQL実行. |
void |
CallableSQL.execution()
ストアドプロシジャ実行. |
void |
PreparedSQL.setSQLTypes(SQLTypes types)
SQLタイプ群情報の設定. |
void |
CallableSQL.setSQLTypes(SQLTypes types)
SQLタイプ群情報の設定. |
| com.JRcServer.sql.operation.core での SQLParameterException の使用 |
|---|
| SQLParameterException をスローする com.JRcServer.sql.operation.core のメソッド | |
|---|---|
int |
PreparedSQLBase.executeUpdate()
SQL実行. |
int |
CallableSQLBase.executeUpdate()
SQL実行. |
void |
PreparedSQLDefault.execution()
SQL実行. |
void |
PreparedSQLBuffer.execution()
SQL実行. |
abstract void |
PreparedSQLBase.execution()
SQL実行. |
void |
CallableSQLDefault.execution()
ストアドプロシジャ実行. |
void |
CallableSQLBuffer.execution()
ストアドプロシジャ実行. |
abstract void |
CallableSQLBase.execution()
ストアドプロシジャ実行. |
void |
PreparedSQLBase.setSQLTypes(SQLTypes types)
SQLタイプ群情報の設定. |
void |
CallableSQLBase.setSQLTypes(SQLTypes types)
SQLタイプ群情報の設定. |
|
|||||||||
| 前 次 | フレームあり フレームなし | ||||||||