Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.jca |
Modifier and Type | Method and Description |
---|---|
JExecuteResults |
JConnection.execute(java.lang.String command)
Execute a jBASE command.
|
JExecuteResults |
JConnection.execute(java.lang.String command,
JSelectList selectList)
Execute a jBASE command using an existing select list as a filter.
|
Modifier and Type | Method and Description |
---|---|
JExecuteResults |
JConnectionImpl.execute(java.lang.String command) |
JExecuteResults |
JConnectionImpl.execute(java.lang.String command,
JSelectList selectList) |
Modifier and Type | Method and Description |
---|---|
JExecuteResults |
WrappedJConnection.execute(java.lang.String command) |
JExecuteResults |
WrappedJConnection.execute(java.lang.String command,
JSelectList selectList) |