Declaration

TnxAbstractStatement = class(TnxAbstractTimeoutObject)

 
Description

The abstract declaration of a server statement. All actual statement implementations MUST be descendent from this class. This is the server side version of TnxQuery.

 
Methods

AfterConstruction

see TObject.AfterConstruction

BeforeDestruction

see TObject.BeforeDestruction.

Create

constructor Paremeters: aDatabase - the database instance the statement is linked to aTimeout - the timeout of the statement in msec

Destroy

destructor.

Exec

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

GetParams

The text for this method has been generated automatically. This means that it is not documented.

LookupByID

This is the class function that returns the object with a certain ID.

Prepare

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

SetParams

With SetParams the parameters of the query will be set.

 
Properties

Database

This property returns the database the statement is linked to.

 
File

 
nxsdServerEngine

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