Class SQLiteCompiler
- Alchemy\dialect\Compiler
- Alchemy\dialect\ANSICompiler
- Alchemy\dialect\SQLiteCompiler
public
|
|
public
|
__construct(),
compile(),
format(),
getConfig(),
getFunction(),
map(),
popConfig(),
pushConfig()
|
protected static
array
|
$schema_formats | array(
'Integer' => "INTEGER",
'Index' => "CREATE INDEX %s ON %s (%3$//, /)",
'UniqueKey' => "CREATE UNIQUE INDEX %s ON %s (%3$//, /)",
'PrimaryKey' => "PRIMARY KEY (%3$//, /)",
'Timestamp' => "TIMESTAMP DEFAULT CURRENT_TIMESTAMP") |
$defaults,
$expr_formats
|
$default_tag
|