net.argius.stu.sql
クラス Microsoft_SQL_ServerLimitEditor

java.lang.Object
  拡張net.argius.stu.sql.LimitEditor
      拡張net.argius.stu.sql.ODBCLimitEditor
          拡張net.argius.stu.sql.Microsoft_SQL_ServerLimitEditor

public final class Microsoft_SQL_ServerLimitEditor
extends ODBCLimitEditor

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


フィールドの概要
 
クラス net.argius.stu.sql.LimitEditor から継承したフィールド
FROM, SELECT
 
コンストラクタの概要
Microsoft_SQL_ServerLimitEditor()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

Microsoft_SQL_ServerLimitEditor

public Microsoft_SQL_ServerLimitEditor()
メソッドの詳細

edit

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

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