org.asyrinx.brownie.jdbc
クラス ResultSetMaxCountFilter

java.lang.Object
  拡張org.asyrinx.brownie.core.util.Wrapper
      拡張org.asyrinx.brownie.jdbc.wrapper.ResultSetWrapper
          拡張org.asyrinx.brownie.jdbc.ResultSetMaxCountFilter
すべての実装インタフェース:
java.sql.ResultSet

class ResultSetMaxCountFilter
extends ResultSetWrapper

summary

設定された件数以上nextできないResultSetのフィルタ
detail

作成者:
Akima Created on 2003/05/23

フィールドの概要
 
クラス org.asyrinx.brownie.jdbc.wrapper.ResultSetWrapper から継承したフィールド
impl
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したフィールド
wrapped
 
インタフェース java.sql.ResultSet から継承したフィールド
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
 
コンストラクタの概要
ResultSetMaxCountFilter(java.sql.ResultSet impl, int maxCount)
           
 
メソッドの概要
 boolean next()
           
 boolean previous()
           
 
クラス org.asyrinx.brownie.jdbc.wrapper.ResultSetWrapper から継承したメソッド
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateShort, updateShort, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したメソッド
getCore, getCoreWrapped, getWrapped
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResultSetMaxCountFilter

public ResultSetMaxCountFilter(java.sql.ResultSet impl,
                               int maxCount)
パラメータ:
impl -
メソッドの詳細

next

public boolean next()
             throws java.sql.SQLException
定義:
インタフェース java.sql.ResultSet 内の next
オーバーライド:
クラス ResultSetWrapper 内の next
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException
関連項目:
org.asyrinx.jdbc.wrapper.ResultSetWrapper#next()

previous

public boolean previous()
                 throws java.sql.SQLException
定義:
インタフェース java.sql.ResultSet 内の previous
オーバーライド:
クラス ResultSetWrapper 内の previous
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException
関連項目:
org.asyrinx.jdbc.wrapper.ResultSetWrapper#previous()


Copyright © 2004 asyrinx organization. All Rights Reserved.