The SQLite3Result classIntroductionA class that handles result sets for the SQLite 3 extension. Class synopsis
SQLite3Result
/* Methods */
private __construct()
public stringfalse columnName(int
$column )public intfalse columnType(int
$column )public arrayfalse fetchArray(int
$mode = SQLITE3_BOTH )public bool finalize()
public int numColumns()
public bool reset()
|