mysql-native v2.3.0

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


Struct Row

A struct to represent a single row of a result set.

struct Row ;

Constructors

NameDescription
this A constructor to extract the column data from a row data packet.

Properties

NameTypeDescription
length[get] ulongGet the number of elements (columns) in this row.

Methods

NameDescription
getName Get the name of the column with specified index.
isNull Check if a column in the result row was NULL
opIndex Simplify retrieval of a column value by index.
show
toStruct Move the content of the row into a compatible struct

Aliases

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

Type Mappings

See the MySQL/D Type Mappings tables