| Modifier and Type | Method and Description |
|---|---|
Result |
QConnectorSync.call(Function function)
Synchronous call.
|
Result |
QConnectorSync.execute(String q)
Synchronous execute.
|
Result |
QConnectorSync.select(Select select)
Synchronous select.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QConnectorDataListener.resultReceived(Result result)
Result received.
|
void |
QConnectorListener.resultReceived(String handle,
Result result)
Result received.
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
CResultHelper.convert(Object res)
Converts an result from the kx c library to a QConnector Result.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
ConnectorSyncCommandSelect.execute(c c) |
Result |
ConnectorSyncCommandQ.execute(c c) |
Result |
ConnectorSyncCommandFunction.execute(c c) |
Result |
ConnectorSyncCommand.execute(c c)
Execute the command via c.
|
protected Result |
AConnectorSyncCommand.execute(c c,
String q) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableResult
Table result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ATableResult |
class |
EmptyResult
Empty result.
|
class |
FlipFlipResult
Flip flip result.
|
class |
FlipResult
Flip result.
|
class |
ListResult<J>
List result.
|
class |
PrimitiveResult<J>
Primitive result.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TableRow> |
Table.read(Result result) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TableRow> |
ATable.read(Result result) |
Copyright © 2012-2014. All Rights Reserved.