public class RowSetClientResultSetImpl extends java.lang.Object implements RowSetClient
Title: Structured Data Objects
Description: RowSetClientResultSetImpl handles RowSetProxy requests on server side over ResultSet.
Copyright: Copyright (c) 2014
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int row) |
void |
addCloseableObject(java.lang.AutoCloseable object) |
com.streamscape.sdo.rowset.RowSetClobProxy |
castToRowSetClobProxy(long id) |
void |
close() |
java.lang.Object[][] |
fetchRows(int offset,
int fetchSize) |
com.streamscape.sef.dii.AccessibleObjectProxy |
getProxy() |
int |
getRow() |
java.lang.Object |
invokeRowSetBlobMethod(long id,
java.lang.String methodName,
java.lang.Object[] params) |
boolean |
isAfterLast() |
boolean |
isLast() |
boolean |
last() |
public com.streamscape.sef.dii.AccessibleObjectProxy getProxy()
getProxy
in interface com.streamscape.sef.dii.AccessibleObject
public void addCloseableObject(java.lang.AutoCloseable object)
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
public com.streamscape.sdo.rowset.RowSetClobProxy castToRowSetClobProxy(long id) throws SQLException
SQLException
public java.lang.Object invokeRowSetBlobMethod(long id, java.lang.String methodName, java.lang.Object[] params) throws SQLException
SQLException
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.