Public Member Functions | |
__construct ($server, $db_name, $user= 'root', $password= '') | |
createDB ($db_name) | |
Static Public Attributes | |
static | $typesMap |
Definition at line 21 of file SQLite.php.
__construct | ( | $ | server, |
$ | db_name, | ||
$ | user = 'root' , |
||
$ | password = '' |
||
) |
Reimplemented from SQL.
Definition at line 34 of file SQLite.php.
createDB | ( | $ | db_name | ) |
Reimplemented from SQL.
Definition at line 48 of file SQLite.php.
$typesMap [static] |
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.