|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.iec.ResultSetResource
public class ResultSetResource
This Java class is a Resource which represents a SQL result set.
| Field Summary |
|---|
| Fields inherited from interface com.highdeal.iec.Resource |
|---|
RESULTSET, STREAM, UNKNOWN |
| Constructor Summary | |
|---|---|
ResultSetResource(com.highdeal.sql.IResultSet rs)
Builds a result set resource based on a result set. |
|
ResultSetResource(java.sql.ResultSet rs)
Builds a result set resource based on a SQL result set. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getTransport()
Returns a way to read the data of the resource. |
int |
getType()
Returns the type of the resource. |
java.lang.String |
getUID()
Returns the unique identifier (UID) of the resource. |
java.net.URL |
getURL()
Returns the URL of the resource. |
boolean |
isReloadable()
Returns true if the resource can be read again, false otherwise. |
void |
reload()
Reads the resource again. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultSetResource(com.highdeal.sql.IResultSet rs)
result set.
rs - a result setpublic ResultSetResource(java.sql.ResultSet rs)
SQL result set.
rs - a SQL result set| Method Detail |
|---|
public java.lang.String getUID()
Resource
getUID in interface Resourcepublic java.net.URL getURL()
Resource
getURL in interface Resourcepublic boolean isReloadable()
Resourcetrue if the resource can be read again, false otherwise.
isReloadable in interface Resourcepublic void reload()
Resource
reload in interface Resourcepublic java.lang.Object getTransport()
Resource
getTransport in interface Resourcepublic int getType()
Resource
getType in interface Resource
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||