net.argius.stu.sql
クラス ODBCLimitEditor

java.lang.Object
  拡張net.argius.stu.sql.LimitEditor
      拡張net.argius.stu.sql.ODBCLimitEditor
直系の既知のサブクラス:
ACCESSLimitEditor, EXCELLimitEditor, Microsoft_SQL_ServerLimitEditor

public abstract class ODBCLimitEditor
extends LimitEditor

ODBCのための有限件数SQL編集クラスです。


フィールドの概要
 
クラス net.argius.stu.sql.LimitEditor から継承したフィールド
FROM, SELECT
 
コンストラクタの概要
ODBCLimitEditor()
           
 
メソッドの概要
 String edit(String sql, int limit)
          SQLに有限件数キーワードを設定します。
 
クラス net.argius.stu.sql.LimitEditor から継承したメソッド
getLimitEditor, getLimitEditor
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ODBCLimitEditor

public ODBCLimitEditor()
メソッドの詳細

edit

public String edit(String sql,
                   int limit)
SQLに有限件数キーワードを設定します。

オーバーライド:
クラス LimitEditor 内の edit
パラメータ:
sql - SQL文
limit - 上限値
戻り値:
編集されたSQL文