Modifier and Type | Method and Description |
---|---|
JSelectList |
JConnection.getList(java.lang.String name)
Retrieves the specified list from a work file
|
JSelectList |
JExecuteResults.getReturnList()
Retrieves the select list generated by command
|
JSelectList |
JIndex.select()
Generates a select list from this index variable
|
JSelectList |
JFile.select()
Selects all keys in the file in hash order
|
JSelectList |
JFile.sselect()
Selects all keys in the file in ascending sorted order
|
Modifier and Type | Method and Description |
---|---|
JExecuteResults |
JConnection.execute(java.lang.String command,
int flags,
JSelectList passList)
Executes a jCL/jQL command optionally passing it a select list
and retrieves select parameters resulting from execution
|
JExecuteResults |
JConnection.executeAndStore(java.lang.String command,
int flags,
JSelectList passList)
Executes a jCL/jQL command optionally passing it a select list
and retrieves select parameters resulting from execution.
|
JExecuteResults |
JConnection.executeAndStore(java.lang.String command,
int flags,
JSelectList passList,
int blockSize)
Executes a jCL/jQL command optionally passing it a select list
and retrieves select parameters resulting from execution.
|
Constructor and Description |
---|
JExecuteResults(java.lang.String capturing,
JCapture captureObj,
java.lang.String returning,
JSelectList returnList) |