public static class PullForwardOnlyResultSet.DefaultImpls
Partial implementation of ResultSet for such result sets that are pull-based forward moving only. This means that the cursor cannot be manipulated by the user of this resultset, other than invoking next to move along the stream.
public static boolean absolute(PullForwardOnlyResultSet $this, int row)
public static boolean relative(PullForwardOnlyResultSet $this, int rows)
public static java.lang.Void previous(PullForwardOnlyResultSet $this)
public static java.lang.Void beforeFirst(PullForwardOnlyResultSet $this)
public static java.lang.Void afterLast(PullForwardOnlyResultSet $this)
public static java.lang.Void first(PullForwardOnlyResultSet $this)
public static java.lang.Void last(PullForwardOnlyResultSet $this)
public static int getFetchSize(PullForwardOnlyResultSet $this)
public static void setFetchSize(PullForwardOnlyResultSet $this, int rows)
public static int getFetchDirection(PullForwardOnlyResultSet $this)
public static void setFetchDirection(PullForwardOnlyResultSet $this, int direction)
public static int getType(PullForwardOnlyResultSet $this)
public static boolean isLast(PullForwardOnlyResultSet $this)
public static boolean isFirst(PullForwardOnlyResultSet $this)
public static boolean isBeforeFirst(PullForwardOnlyResultSet $this)
public static boolean isAfterLast(PullForwardOnlyResultSet $this)