public class RowSetClientIteratorImpl extends java.lang.Object implements RowSetClient
Title: Structured Data Objects
Description: RowSetClientIteratorImpl handles RowSetProxy requests on server side over iterator.
Copyright: Copyright (c) 2015
Company: StreamScape Technologies
Constructor and Description |
---|
RowSetClientIteratorImpl(int fetchSize,
java.util.Iterator iterator,
RowSet rowSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int row) |
void |
close() |
java.lang.Object[][] |
fetchRows(int offset,
int fetchSize) |
com.streamscape.sef.dii.AccessibleObjectProxy |
getProxy() |
int |
getRow() |
boolean |
isAfterLast() |
boolean |
isLast() |
boolean |
last() |
public RowSetClientIteratorImpl(int fetchSize, java.util.Iterator iterator, RowSet rowSet)
public com.streamscape.sef.dii.AccessibleObjectProxy getProxy()
getProxy
in interface com.streamscape.sef.dii.AccessibleObject
public void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
java.io.IOException
public boolean isAfterLast() throws SQLException
isAfterLast
in interface RowSetClient
SQLException
public boolean isLast() throws SQLException
isLast
in interface RowSetClient
SQLException
public boolean last() throws SQLException
last
in interface RowSetClient
SQLException
public int getRow() throws SQLException
getRow
in interface RowSetClient
SQLException
public boolean absolute(int row) throws SQLException
absolute
in interface RowSetClient
SQLException
public java.lang.Object[][] fetchRows(int offset, int fetchSize) throws SQLException
fetchRows
in interface RowSetClient
SQLException
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.