dark_mode EN

Array with the complete structure of all fields returned in the SQL statement. Each element of the array corresponds to a field returned by the statement and in the same order in which they were requested. Each element of this array is in turn an array of information about that field. This is the structure of this array:

  1. Field name
  2. Table name
  3. Default value
  4. SQL type
  5. Length
  6. Maximum width
  7. Flags
  8. Decimals
  9. Initial value (Harbour)

Previous chevron_left Next chevron_right