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

search for in the

SQLite3::changes> <Constantes pré-definidas
Last updated: Fri, 14 Nov 2008

view this page in

The SQLite3 class

Introdução

Description of the class.

Sinopse da classe

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

Índice



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

SQLite3::changes> <Constantes pré-definidas
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites