|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.sql.operation.core.PreparedSQLBase
com.JRcServer.sql.operation.core.PreparedSQLBuffer
public class PreparedSQLBuffer
SQL準備モード実行.
SQL文を準備モードに実施する場合に処理を行います.
| メソッドの概要 | |
|---|---|
void |
execution()
SQL実行. |
void |
setSentence(java.lang.String sql)
SQL文設定. |
| クラス com.JRcServer.sql.operation.core.PreparedSQLBase から継承されたメソッド |
|---|
addParameter, addParameterByNull, executeUpdate, getResult, setSQLTypes |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース com.JRcServer.sql.operation.PreparedSQL から継承されたメソッド |
|---|
addParameter, addParameterByNull, executeUpdate, getResult, setSQLTypes |
| メソッドの詳細 |
|---|
public void setSentence(java.lang.String sql)
throws InputException,
SQLAccessException
PreparedSQL 内の setSentencePreparedSQLBase 内の setSentencesql - 準備モードにおける実施対象のSQL文を設定します.
InputException - 入力例外.
SQLAccessException - SQLアクセス例外.
public void execution()
throws SQLAccessException,
SQLParameterException
PreparedSQL 内の executionPreparedSQLBase 内の executionSQLAccessException - SQLアクセス例外.
SQLParameterException - SQLパラメータ例外.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||