Declaration

function Exec(out aCursor: TnxAbstractCursor; aOpenMode: TnxOpenMode; aStream: TStream): TnxResult; override;

 
Description

This method execute the query and returns a cursor for it.

 
Parameters

out aCursor: TnxAbstractCursor

the resulting cursor

aOpenMode: TnxOpenMode

the mode you want the cursor to be opened

aStream: TStream

a stream instance that will be filled with result/reply

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxRemoteStatement