mysql-native v2.2.2

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


Alias Row.opDollar

Get the number of elements (columns) in this row.

struct Row
{
  // ...
  alias opDollar ;
  // ...
}