EPUB | CHM | PDF

TMySQLDirectQuery.Properties

Top Previous Next

Please see TMySQLDirectQuery properties short descriptions below:

In TMySQLDirectQuery

Active

Specifies whether or not a dataset is open.

Bof

Indicates whether or not a cursor is positioned at the first record in a dataset.

Database

Specifies the TMySQLDatabase component this component connects to to perform database operations.

Eof

Indicates whether or not a cursor is positioned at the last record in a dataset.

FieldLength

Returns field databuffer size by field index.

FieldNames

Returns field name by it index.

FieldsCount

Indicates the number of fields in fetched resultset.

 

FieldTypes

Returns field type constant by it index.

FieldValues

Returns field value by it index.

IsEmpty

Indicates whether the dataset is empty.

RecNo

Indicates or sets the current record number in the dataset.

RecordCount

Indicates the total number of records associated with the dataset.

SQL

Contains the text of the SQL statement to execute for the query.