Data type
MySQLField
access this type via:
data.mysql.MySQL
(uses)
This data type represents one field value of a row from a database query.
Fields
char name[]
The name of the field (i.e. column).
char value[]
The value of the field.