Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.protocol |
Constructor and Description |
---|
JExecuteResults(JSelectListProt selectListProt,
JDynArray capturingVar,
JDynArray settingVar) |
Modifier and Type | Field and Description |
---|---|
protected JSelectListProt |
JSelectListImpl.data |
Modifier and Type | Method and Description |
---|---|
protected JSelectListProt |
JSelectListImpl.fetchNext(boolean fetchData) |
protected JSelectListProt |
JSelectListImpl.fetchPrevious(boolean fetchData) |
JSelectListProt |
JSelectListImpl.getData()
Obtains a reference to the serializable part of the select list
|
Constructor and Description |
---|
JCursorImpl(AbstractJRemoteConnection connection,
JSelectListProt data)
Constructs a cursor from a serializable select list.
|
JSelectListImpl(AbstractJRemoteConnection connection,
JSelectListProt data)
Constructs a select list from a serializable select list.
|
Modifier and Type | Method and Description |
---|---|
JSelectListProt |
SelectListFetchRequest.getModifiedSelectList() |
JSelectListProt |
SelectListCommitRequest.getModifiedSelectList() |
JSelectListProt |
StatementExecuteQueryRequest.getSelectList() |
JSelectListProt |
SelectListFetchResponse.getSelectList() |
JSelectListProt |
JediResponse.getSelectList(java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder) |
Constructor and Description |
---|
JExecuteRequest(java.lang.String command,
JSelectListProt selectList) |
JSelectListProt(JSelectListProt sl,
boolean copyModifiedOnly)
Copy constructor
|
SelectListCommitRequest(JSelectListProt modifiedSelectList) |
SelectListFetchRequest(int selectListId,
int fetchDirection,
int fetchSize,
boolean fetchData,
JSelectListProt modifiedSelectList) |
StatementExecuteQueryRequest(JDynArray queries,
JSelectListProt selectList) |
StatementExecuteQueryRequest(java.lang.String query,
JSelectListProt selectList) |