DB::MariaDB SourceDBMariaDBNativeResult

class Result

Definitions

def row_count

In the context of unbuffered queries, this is the number of rows that have been fetched so far.

Implementation

def row_count
	Native.mysql_num_rows(self)
end