Creates a new RowDataDynamic object.
Parameters: io - the connection to MySQL that this data is coming from Parameters: metadata - the metadata that describe this data Parameters: isBinaryEncoded - is this data in native format? Parameters: colCount - the number of columns throws: SQLException - if the next record can not be found
Returns true if the result set is dynamic.
This means that move back and move forward won't work because we do not
hold on to the records.
true if this result set is streaming from the server
Moves the current position relative 'rows' from the current position.
Parameters: rows - the relative number of rows to move throws: SQLException - if a database error occurs
Moves the current position in the result set to the given row number.
Parameters: rowNumber - row to move to throws: SQLException - if a database error occurs