public interface RowSetClient
extends com.streamscape.sef.dii.AccessibleObject, java.lang.AutoCloseable
Title: Structured Data Objects
Description: RowSetClient handles RowSetProxy requests on server side.
Copyright: Copyright (c) 2015
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int row) |
java.lang.Object[][] |
fetchRows(int offset,
int fetchSize) |
int |
getRow() |
boolean |
isAfterLast() |
boolean |
isLast() |
boolean |
last() |
boolean isAfterLast() throws SQLException
SQLException
boolean isLast() throws SQLException
SQLException
boolean last() throws SQLException
SQLException
int getRow() throws SQLException
SQLException
boolean absolute(int row) throws SQLException
SQLException
java.lang.Object[][] fetchRows(int offset, int fetchSize) throws SQLException
SQLException
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.