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, 13 Nov 2009

view this page in

SQLite3Result クラス

導入

SQLite 3 拡張モジュールの結果セットを扱うクラスです。

クラス概要

SQLite3Result
SQLite3Result {
/* メソッド */
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 )
}

目次



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, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites