public interface QConnectorSync extends QConnector
| Modifier and Type | Method and Description |
|---|---|
Result |
call(Function function)
Synchronous call.
|
Result |
execute(String q)
Synchronous execute.
|
Result |
select(Select select)
Synchronous select.
|
connect, disconnect, getHost, getPort, isConnected, reconnectOnErrorResult execute(String q) throws QConnectorException
q - Q codeQConnectorException - If something went wrongResult select(Select select) throws QConnectorException
select - SelectQConnectorException - If something went wrongResult call(Function function) throws QConnectorException
function - FunctionQConnectorException - If something went wrongCopyright © 2012-2014. All Rights Reserved.