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

search for in the

SQLite3Result::columnName> <SQLite3Stmt::reset
[edit] Last updated: Fri, 17 May 2013

view this page in

The SQLite3Result class

(No version information available, might only be in SVN)

Introduction

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

Class synopsis

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 )
}

Table of Contents



SQLite3Result::columnName> <SQLite3Stmt::reset
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes SQLite3Result - [3 notes]