| Class | Innodb::Field |
| In: |
lib/innodb/field.rb
|
| Parent: | Object |
A single field in an InnoDB record (within an INDEX page). This class provides essential information to parse records, including the length of the fixed-width and variable-width portion of the field.
| EXTERN_FIELD_SIZE | = | 20 | Size of a reference to data stored externally to the page. |
| data_type | [R] | |
| name | [R] | |
| nullable | [R] | |
| position | [R] |