sqlj.runtime
Interface Scrollable
- public interface Scrollable
absolute
public boolean absolute(int)
throws java.sql.SQLException
afterLast
public void afterLast()
throws java.sql.SQLException
beforeFirst
public void beforeFirst()
throws java.sql.SQLException
first
public boolean first()
throws java.sql.SQLException
getFetchDirection
public int getFetchDirection()
throws java.sql.SQLException
isAfterLast
public boolean isAfterLast()
throws java.sql.SQLException
isBeforeFirst
public boolean isBeforeFirst()
throws java.sql.SQLException
isFirst
public boolean isFirst()
throws java.sql.SQLException
isLast
public boolean isLast()
throws java.sql.SQLException
last
public boolean last()
throws java.sql.SQLException
previous
public boolean previous()
throws java.sql.SQLException
relative
public boolean relative(int)
throws java.sql.SQLException
setFetchDirection
public void setFetchDirection(int)
throws java.sql.SQLException