PhpMyObject
[ class tree: PhpMyObject ] [ index: PhpMyObject ] [ all elements ]

Class: PMO_Dbms_Sqlite

Source Location: /fichiers/v0.15/PMO_core/PMO_Dbms_Sqlite.php

Class Overview

PMO_MyDbms
   |
   --PMO_Dbms_Pdo
      |
      --PMO_Dbms_Sqlite

This class implements a Sqlite driver.


Methods


Inherited Variables

Inherited Methods

Class: PMO_Dbms_Pdo

PMO_Dbms_Pdo::__construct()
PMO_Dbms_Pdo::beginTransaction()
begin a transaction with Dbms
PMO_Dbms_Pdo::commit()
commit the transaction with Dbms
PMO_Dbms_Pdo::connect()
PMO_Dbms_Pdo::fetchArray()
PMO_Dbms_Pdo::getLastId()
PMO_Dbms_Pdo::getTableDesc()
PMO_Dbms_Pdo::query()
PMO_Dbms_Pdo::rollback()
rollback the transaction with Dbms
PMO_Dbms_Pdo::__destruct()

Class: PMO_MyDbms

PMO_MyDbms::delete()
deletes the data row corresponding to the PMO_Object from the database table All primary key must be fill.
PMO_MyDbms::factory()
returns a reference to the PMO_Dbms object If it does not already exists a new object is created and retained for future use
PMO_MyDbms::getDb()
Returns the DB link or DB object
PMO_MyDbms::getLog()
retrieves thee query verbose log
PMO_MyDbms::insert()
inserts new data into the database table corresponding to the PMO_Object all primary keys must be fill.
PMO_MyDbms::killInstance()
kills the current PMO_Dbms object
PMO_MyDbms::load()
Load a data row from the database and fills the PMO_Object with it
PMO_MyDbms::setDb()
Set the DB link or DB object
PMO_MyDbms::setLog()
sets the query verbose log
PMO_MyDbms::translateType()
converts the attribute types from database to PHP primary types: string, float, or int
PMO_MyDbms::update()
updates the database table corresponding to the PMO_Object All primary keys must be fill.

Class Details

[line 46]
This class implements a Sqlite driver.



[ Top ]


Class Methods


method connect [line 48]

void connect( $authdb)



Tags:

access:  public


Overrides PMO_Dbms_Pdo::connect() (parent method not documented)

Parameters:

array   $authdb  

[ Top ]

method getTableDesc [line 53]

void getTableDesc( $table)



Tags:

access:  public


Overrides PMO_Dbms_Pdo::getTableDesc() (parent method not documented)

Parameters:

   $table  

[ Top ]


Documentation generated on Wed, 15 Oct 2008 09:16:27 -0400 by phpDocumentor 1.4.1