org.firebirdsql.jdbc
Class FBUpdatableCursorFetcher
java.lang.Object
org.firebirdsql.jdbc.FBStatementFetcher
org.firebirdsql.jdbc.FBUpdatableCursorFetcher
- org.firebirdsql.jdbc.FBFetcher
public class FBUpdatableCursorFetcher
extends org.firebirdsql.jdbc.FBStatementFetcher
Statement fetcher for updatable cursor case. This fetcher keeps cursor
position consistent, however we cannot tell now if we are on the last record.
Method
isLast()
throws exception now.
absolute , afterLast , beforeFirst , close , deleteRow , fetch , first , getFetchSize , getNextRow , getRowNum , insertRow , isAfterLast , isBeforeFirst , isEmpty , isFirst , isLast , last , next , previous , relative , setFetchSize , setIsAfterLast , setIsBeforeFirst , setIsEmpty , setIsFirst , setIsLast , setNextRow , setRowNum , updateRow |
isLast
public boolean isLast()
throws SQLException
- isLast in interface org.firebirdsql.jdbc.FBFetcher
- isLast in interface org.firebirdsql.jdbc.FBStatementFetcher
next
public boolean next()
throws SQLException
- next in interface org.firebirdsql.jdbc.FBFetcher
- next in interface org.firebirdsql.jdbc.FBStatementFetcher
Copyright B) 2001 David Jencks and other authors. All rights reserved.