SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Static Public Attributes
SQLite Class Reference
+ Inheritance diagram for SQLite:

Public Member Functions

 __construct ($server, $db_name, $user= 'root', $password= '')
 createDB ($db_name)

Static Public Attributes

static $typesMap

Detailed Description

Definition at line 21 of file SQLite.php.


Constructor & Destructor Documentation

__construct ( server,
db_name,
user = 'root',
password = '' 
)

Reimplemented from SQL.

Definition at line 34 of file SQLite.php.


Member Function Documentation

createDB ( db_name)

Reimplemented from SQL.

Definition at line 48 of file SQLite.php.


Field Documentation

$typesMap [static]
Initial value:
 array(
        'Id'        => 'int(11) not null auto_increment',
        'Integer'   => 'int(11)',
        'Float'     => 'float',
        
        'String'    => 'varchar(240)',
        'HTMLText'  => 'text',
    )

Reimplemented from SQL.

Definition at line 25 of file SQLite.php.


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