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

search for in the

SQLite3::changes> <定義済み定数
Last updated: Fri, 30 Jan 2009

view this page in

SQLite3 クラス

導入

クラスの説明。

クラス概要

SQLite3
SQLite3 {
/* メソッド */
public int changes ( void )
public bool close ( void )
__construct ( string $filename [, int $flags [, string $encryption_key ]] )
public bool createAggregate ( string $name , mixed $step_callback , mixed $final_callback [, int $argument_count ] )
public bool createFunction ( string $name , mixed $callback [, int $argument_count ] )
public string escapeString ( string $value )
public bool exec ( string $query )
public int lastErrorCode ( void )
public string lastErrorMsg ( void )
public int lastInsertRowID ( void )
public bool loadExtension ( string $shared_library )
public bool open ( string $filename [, int $flags [, string $encryption_key ]] )
public SQLite3_stmt prepare ( string $query )
public SQLite3_result query ( string $query )
public mixed querySingle ( string $query [, bool $entire_row ] )
public array version ( void )
}

目次



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

SQLite3::changes> <定義済み定数
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites