|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.sql.operation.core.DirectSQLBase
com.JRcServer.sql.operation.core.DirectSQLBuffer
public class DirectSQLBuffer
SQLダイレクトモード(デフォルト)実行.
SQL文をダイレクトモード(デフォルト)で実施する場合に
処理を行います.
| メソッドの概要 | |
|---|---|
void |
execution(java.lang.String sql)
SQL文ダイレクト実行. |
| クラス com.JRcServer.sql.operation.core.DirectSQLBase から継承されたメソッド |
|---|
getResult |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース com.JRcServer.sql.operation.DirectSQL から継承されたメソッド |
|---|
getResult |
| メソッドの詳細 |
|---|
public final void execution(java.lang.String sql)
throws InputException,
SQLAccessException
DirectSQL 内の executionDirectSQLBase 内の executionsql - 実施対象のSQL文を設定します.
InputException - 入力例外.
SQLAccessException - SQLアクセス例外.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||