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
see TObject.AfterConstruction
see TObject.BeforeDestruction.
constructor Paremeters: aDatabase - the database instance the statement is linked to aTimeout - the timeout of the statement in msec
destructor.
This method execute the query and returns a cursor for it.
The text for this method has been generated automatically. This means that it is not documented.
This is the class function that returns the object with a certain ID.
This method prepares the sql query. It does NOT execute the query.
With SetParams the parameters of the query will be set.
Properties
This property returns the database the statement is linked to.
File