Object oriented style (method):
SQLiteResult {
int numFields();
}
SQLiteUnbuffered {
int numFields();
}
Returns the number of fields in the result set.
Parameters
- result
The SQLite result resource. This parameter is not required when using
the object-oriented method.