|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.sql.operation.core.CallableSQLBase
com.JRcServer.sql.operation.core.CallableSQLBuffer
public class CallableSQLBuffer
ストアドプロシジャ実施モード実行.
ストアドプロシジャ実施処理を行う場合、利用します.
| メソッドの概要 | |
|---|---|
void |
execution()
ストアドプロシジャ実行. |
void |
setCall(java.lang.String call)
ストアドプロシジャ呼び出し設定. |
| クラス com.JRcServer.sql.operation.core.CallableSQLBase から継承されたメソッド |
|---|
addOutParameter, addOutParameter, addParameter, addParameterByNull, executeUpdate, getBlob, getBoolean, getByte, getBytes, getDate, getDecimal, getDouble, getFloat, getInt, getLong, getNull, getObject, getResult, getShort, getString, getTime, getTimestamp, outputDebug, setSQLTypes, wasNull |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース com.JRcServer.sql.operation.CallableSQL から継承されたメソッド |
|---|
addOutParameter, addOutParameter, addParameter, addParameterByNull, executeUpdate, getBlob, getBoolean, getByte, getBytes, getDate, getDecimal, getDouble, getFloat, getInt, getLong, getNull, getObject, getResult, getShort, getString, getTime, getTimestamp, setSQLTypes, wasNull |
| メソッドの詳細 |
|---|
public void setCall(java.lang.String call)
throws InputException,
SQLAccessException
CallableSQL 内の setCallCallableSQLBase 内の setCallcall - ストアドプロシジャ呼び出し構文を設定します.
InputException - 入力例外.
SQLAccessException - SQLアクセス例外.
public void execution()
throws SQLAccessException,
SQLParameterException
CallableSQL 内の executionCallableSQLBase 内の executionSQLAccessException - SQLアクセス例外.
SQLParameterException - SQLパラメータ例外.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||