| Package | com.hippohx.sqlite |
| Class | public class ResultSet |
| Property | Defined by | ||
|---|---|---|---|
| length : int
Number of elements of the result array.
| ResultSet | ||
| nfields : int
N/A.
| ResultSet | ||
| results : Array
Array of Dynamic objects brought by the query.
| ResultSet | ||
| Method | Defined by | ||
|---|---|---|---|
|
Do NOT call the constructor directly, get a ResultSet instance by calling Connection.request() instead.
| ResultSet | ||
| length | property |
public var length:intNumber of elements of the result array. In the case of an UPDATE request, the length with tell the number of rows modified.
| nfields | property |
public var nfields:intN/A.
| results | property |
public var results:ArrayArray of Dynamic objects brought by the query.
| ResultSet | () | constructor |
public function ResultSet()Do NOT call the constructor directly, get a ResultSet instance by calling Connection.request() instead.
See also