Modifier and Type | Method and Description |
---|---|
JExecuteResults |
JConnection.execute(java.lang.String command,
int flags)
Executes a jCL/jQL command and retrieves select
parameters resulting from execution
|
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)
Executes a jCL/jQL command 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.
|