Declaration

TnxStatementDataSet = class(TnxDataset)

 
Description

TQuery compatible implementation of a Nexus SQL Query

 
Methods

Create

constructor.

Destroy

destructor.

ParamByName

see tQuery.ParamByName

Prepare

see tQuery.Prepare

Unprepare

see tQuery.UnPrepare

 
Properties

DataSource

see tQuery.DataSource.

Log

Log returns a detailed analysis of the Query. You need to at least Prepare the Query for Log to be updated.

ParamCount

see tQuery.ParamCount

Params

see tQuery.Params

Prepared

see tQuery.Prepared

ReadOnly

Prevents modification of a live result set.

RecordsRead

RecordsRead is set after calling ExecSQL and the value indicates how many records were read.

RequestLive

Only supported for "SELECT * FROM tablename" type queries currently.

RowsAffected

see tQuery.RowsAffected

 
File

 
nxdb

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