インタフェース
com.JRcServer.sql.operation.DirectSQL の使用

DirectSQL を使用しているパッケージ
com.JRcServer.sql.operation データベースI/O処理をサポートします. 
com.JRcServer.sql.operation.core データベースI/O処理のコア処理をサポートします. 
 

com.JRcServer.sql.operation での DirectSQL の使用
 

DirectSQL を返す com.JRcServer.sql.operation のメソッド
 DirectSQL SQLStatement.getDirect()
          SQLオブジェクトの取得.
 

com.JRcServer.sql.operation.core での DirectSQL の使用
 

DirectSQL を実装している com.JRcServer.sql.operation.core のクラス
 class DirectSQLBase
          SQLダイレクトモード実行.
 class DirectSQLBuffer
          SQLダイレクトモード(デフォルト)実行.
 class DirectSQLDefault
          SQLダイレクトモード(デフォルト)実行.
 

DirectSQL を返す com.JRcServer.sql.operation.core のメソッド
 DirectSQL SQLStatementObj.getDirect()
          SQLオブジェクトの取得.