AsyncMysqlRow

A class to represent a row

You can think of a row just like you do a database row that might be returned as a result from a query. The row has values associated with each column.

Guides

Interface Synopsis

final class AsyncMysqlRow implements MysqlRow {...}

Public Methods