mysql-native v3.0.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Variable ColumnInfo.index

Zero based index of the column within a table row.

struct ColumnInfo
{
  // ...
  ulong index ;
  // ...
}