downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SQLite3Result::columnName> <SQLite3Stmt::reset
Last updated: Fri, 30 Oct 2009

view this page in

The SQLite3Result class

Einführung

A class that handles result sets for the SQLite 3 extension.

Klassenbeschreibung

SQLite3Result
SQLite3Result {
/* Methods */
public string columnName ( int $column_number )
public int columnType ( int $column_number )
public array fetchArray ([ int $mode = SQLITE3_BOTH ] )
public bool finalize ( void )
public int numColumns ( void )
public bool reset ( void )
}

Inhaltsverzeichnis



add a note add a note User Contributed Notes
SQLite3Result
There are no user contributed notes for this page.

SQLite3Result::columnName> <SQLite3Stmt::reset
Last updated: Fri, 30 Oct 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites