SQLite Class Reference
[Connectors and dialects for various databases]

SQLite DB connector. More...

Inheritance diagram for SQLite:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 connect ()
 
Returns:
SQLite

 disconnect ()
 
Returns:
SQLite

 isConnected ()
 setDbEncoding ()
 misc
 queryRaw ($queryString)
 query methods
 queryCount (Query $query)
 Same as query, but returns number of affected rows Returns number of affected rows in insert/update queries.
 queryRow (Query $query)
 queryColumn (Query $query)
 querySet (Query $query)
 getTableInfo ($table)

Static Public Member Functions

static getDialect ()
 
Returns:
LiteDialect


Protected Member Functions

 getInsertId ()

Private Member Functions

 checkSingle ($result)


Detailed Description

SQLite DB connector.

you may wish to ini_set('sqlite.assoc_case', 0);

See also:
http://www.sqlite.org/

Definition at line 22 of file SQLite.class.php.


Member Function Documentation

static SQLite::getDialect (  )  [static]

Returns:
LiteDialect

Reimplemented from DB.

Definition at line 27 of file SQLite.class.php.

References LiteDialect::me().

Here is the call graph for this function:

SQLite::connect (  ) 

Returns:
SQLite

Reimplemented from DB.

Definition at line 35 of file SQLite.class.php.

SQLite::disconnect (  ) 

Returns:
SQLite

Reimplemented from DB.

Definition at line 54 of file SQLite.class.php.

References isConnected().

Here is the call graph for this function:

SQLite::isConnected (  ) 

Reimplemented from DB.

Definition at line 62 of file SQLite.class.php.

Referenced by disconnect().

SQLite::setDbEncoding (  ) 

misc

Reimplemented from DB.

Definition at line 71 of file SQLite.class.php.

SQLite::queryRaw ( queryString  ) 

query methods

Reimplemented from DB.

Definition at line 80 of file SQLite.class.php.

SQLite::queryCount ( Query query  ) 

Same as query, but returns number of affected rows Returns number of affected rows in insert/update queries.

Reimplemented from DB.

Definition at line 103 of file SQLite.class.php.

References DB::queryNull().

Here is the call graph for this function:

SQLite::queryRow ( Query query  ) 

Reimplemented from DB.

Definition at line 110 of file SQLite.class.php.

References checkSingle(), and Sequenceless::query().

Here is the call graph for this function:

SQLite::queryColumn ( Query query  ) 

Reimplemented from DB.

Definition at line 130 of file SQLite.class.php.

References Sequenceless::query().

Here is the call graph for this function:

SQLite::querySet ( Query query  ) 

Reimplemented from DB.

Definition at line 145 of file SQLite.class.php.

References Sequenceless::query().

Here is the call graph for this function:

SQLite::getTableInfo ( table  ) 

Reimplemented from DB.

Definition at line 168 of file SQLite.class.php.

SQLite::getInsertId (  )  [protected]

Reimplemented from Sequenceless.

Definition at line 173 of file SQLite.class.php.

SQLite::checkSingle ( result  )  [private]

Definition at line 178 of file SQLite.class.php.

References Sequenceless::query().

Referenced by queryRow().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:31 2007 for onPHP by  doxygen 1.5.4