Javascript debugger
Website design
↑
Object oriented style (method):
SQLiteResult {
bool valid();
}
SQLiteUnbuffered {
bool valid();
}
Finds whether more rows are available from the given result handle.
The SQLite result resource. This parameter is not required when using the object-oriented method.
This function cannot be used with unbuffered result handles.