|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.sql.operation.core.SQLStatementObj
public class SQLStatementObj
SQL実施処理.
SQL実施処理を定義します.
| メソッドの概要 | |
|---|---|
void |
clear()
ステートメント情報のクリア. |
CallableSQL |
getCallable()
ストアドプロシジャ実施オブジェクトの取得. |
DirectSQL |
getDirect()
SQLオブジェクトの取得. |
PreparedSQL |
getPrepared()
SQLオブジェクトの取得. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public final void clear()
SQLStatement 内の clear
public DirectSQL getDirect()
throws SQLAccessException
SQLStatement 内の getDirectSQLAccessException - SQLアクセス例外.
public PreparedSQL getPrepared()
throws SQLAccessException
SQLStatement 内の getPreparedSQLAccessException - SQLアクセス例外.
public CallableSQL getCallable()
throws SQLAccessException
SQLStatement 内の getCallableSQLAccessException - SQLアクセス例外.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||