Session¶
Implements¶
Constructors¶
create¶
new tag create(
auth': TCPConnectAuth val,
notify': SessionStatusNotify tag,
host': String val,
service': String val,
user': String val,
password': String val,
database': String val)
: Session tag^
Parameters¶
- auth': TCPConnectAuth val
- notify': SessionStatusNotify tag
- host': String val
- service': String val
- user': String val
- password': String val
- database': String val
Returns¶
- Session tag^
Public fields¶
var state: _SessionState ref¶
Public Behaviours¶
execute¶
Execute a query.
Parameters¶
- query: SimpleQuery val
- receiver: ResultReceiver tag
close¶
Hard closes the connection. Terminates as soon as possible without waiting for outstanding queries to finish.