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. SQLite basic type
  3. Type defined in DDL
  4. Width
  5. Decimals
  6. Field AS name
  7. Table name
  8. Field collation
  9. If nullable
  10. If primary key
  11. If auto-incrementing
  12. Basic type in Harbor
  13. Initial value (Harbor)

Previous chevron_left Next chevron_right