onPHP

SQLite Class Reference

 

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

 isBusy ()
 asyncQuery (Query $query)
 connect ($user, $pass, $host, $base=null, $persistent=false)
 disconnect ()
 isConnected ()
 setEncoding ($encoding)
 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.
 queryObjectRow (Query $query, GenericDAO $dao)
 queryRow (Query $query)
 queryObjectSet (Query $query, GenericDAO $dao)
 queryColumn (Query $query)
 querySet (Query $query)

Static Public Member Functions

static getDialect ()

Protected Member Functions

 getInsertId ()

Private Member Functions

 checkSingle ($result)

Detailed Description

SQLite DB connector.

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

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


Member Function Documentation

static SQLite::getDialect (  )  [static]

Reimplemented from DB.

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

References LiteDialect::me().

Here is the call graph for this function:

SQLite::isBusy (  ) 

Reimplemented from DB.

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

SQLite::asyncQuery ( Query query  ) 

Reimplemented from DB.

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

SQLite::connect ( user,
pass,
host,
base = null,
persistent = false 
)

Reimplemented from DB.

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

References DB::$persistent.

SQLite::disconnect (  ) 

Reimplemented from DB.

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

References isConnected().

Here is the call graph for this function:

SQLite::isConnected (  ) 

Reimplemented from DB.

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

Referenced by disconnect().

SQLite::setEncoding ( encoding  ) 

misc

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

SQLite::queryRaw ( queryString  ) 

query methods

Reimplemented from DB.

Definition at line 84 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 107 of file SQLite.class.php.

References Sequenceless::query().

Here is the call graph for this function:

SQLite::queryObjectRow ( Query query,
GenericDAO dao 
)

Reimplemented from DB.

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

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

Here is the call graph for this function:

SQLite::queryRow ( Query query  ) 

Reimplemented from DB.

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

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

Here is the call graph for this function:

SQLite::queryObjectSet ( Query query,
GenericDAO dao 
)

Reimplemented from DB.

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

References GenericDAO::makeObject(), and Sequenceless::query().

Here is the call graph for this function:

SQLite::queryColumn ( Query query  ) 

Reimplemented from DB.

Definition at line 177 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 192 of file SQLite.class.php.

References Sequenceless::query().

Here is the call graph for this function:

SQLite::getInsertId (  )  [protected]

Reimplemented from Sequenceless.

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

SQLite::checkSingle ( result  )  [private]

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

Referenced by queryObjectRow(), and queryRow().


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Sun Nov 12 00:39:30 2006