Public Member Functions | |
preAutoincrement (DBColumn $column) | |
postAutoincrement (DBColumn $column) | |
hasTruncate () | |
hasMultipleTruncate () | |
Static Public Member Functions | |
static | me () |
| |
static | quoteValue ($value) |
static | dropTableMode ($cascade=false) |
Static Private Member Functions | |
static | checkColumn (DBColumn $column) |
Definition at line 20 of file LiteDialect.class.php.
static LiteDialect::me | ( | ) | [static] |
Implements Instantiatable.
Definition at line 25 of file LiteDialect.class.php.
References Singleton::getInstance().
Referenced by SQLite::getDialect().
static LiteDialect::quoteValue | ( | $ | value | ) | [static] |
Reimplemented from Dialect.
Definition at line 30 of file LiteDialect.class.php.
static LiteDialect::dropTableMode | ( | $ | cascade = false |
) | [static] |
LiteDialect::preAutoincrement | ( | DBColumn $ | column | ) |
LiteDialect::postAutoincrement | ( | DBColumn $ | column | ) |
LiteDialect::hasTruncate | ( | ) |
LiteDialect::hasMultipleTruncate | ( | ) |
static LiteDialect::checkColumn | ( | DBColumn $ | column | ) | [static, private] |
Definition at line 72 of file LiteDialect.class.php.
References DataType::BIGINT, DBColumn::getType(), DataType::INTEGER, and Assert::isTrue().