class Sqlite2Driver extends SqliteDriver

Supplemental SQLite2 database driver.

Methods

string
formatLike($value, $pos)

Encodes string for use in a LIKE statement.

array
getForeignKeys($table)

Returns metadata for all foreign keys in a table.

array
getColumnTypes(PDOStatement $statement)

Not supported.

Details

at line 24
string formatLike($value, $pos)

Encodes string for use in a LIKE statement.

Parameters

$value
$pos

Return Value

string

at line 33
array getForeignKeys($table)

Returns metadata for all foreign keys in a table.

Parameters

$table

Return Value

array

at line 42
array getColumnTypes(PDOStatement $statement)

Not supported.

Parameters

PDOStatement $statement

Return Value

array