ladybug::
Result class
| Superclass | rb_cObject |
| Included Modules |
|
Public Class Methods
Return a Ladybug::Result for the next result set after the specified result. Returns nil if there is no next result set..
Public Instance Methods
Discard a result and free up its memory. An exception is raised if the result is used after this call.
Returns true if the receiver has been finished.
Returns the names of the columns of the results as an Array of Strings.
Returns the next tuple of the query result values if there is one, otherwise returns nil.
Returns true if we have not consumed all tuples in the query result, false otherwise.
Returns true if there was more than one result set in the results, and the current set is not the last one. You can call next_set to move on to the next result set.
Returns the number of columns in the query result.
Returns the number of tuples in the query result.
Resets the iterator of the query result to the beginning.
Returns true if the query is executed successful, false otherwise.
Returns the result as a String.