| name |
The name of the column |
| orgname |
Original column name if an alias was specified |
| table |
The name of the table this field belongs to (if not calculated) |
| orgtable |
Original table name if an alias was specified |
| def |
The default value for this field, represented as a string |
| max_length |
The maximum width of the field for the result set. |
| length |
The width of the field, as specified in the table definition. |
| charsetnr |
The character set number for the field. |
| flags |
An integer representing the bit-flags for the field. |
| type |
The data type used for this field |
| decimals |
The number of decimals used (for integer fields) |