Declaration

function Prepare(aStatementType: TnxStatementType; const aQueryText: string; aStream: TStream): TnxResult; override;

 
Description

This method prepares the sql query. It does NOT execute the query.

 
Parameters

const aQueryText: string

the SQL query to be executed

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