sqlj.runtime
Interface Scrollable


public interface Scrollable


Method Summary
 boolean absolute(int)
           
 void afterLast()
           
 void beforeFirst()
           
 boolean first()
           
 int getFetchDirection()
           
 boolean isAfterLast()
           
 boolean isBeforeFirst()
           
 boolean isFirst()
           
 boolean isLast()
           
 boolean last()
           
 boolean previous()
           
 boolean relative(int)
           
 void setFetchDirection(int)
           
 

Method Detail

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