LiteDialect Class Reference
[Connectors and dialects for various databases]

SQLite dialect. More...

Inheritance diagram for LiteDialect:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 preAutoincrement (DBColumn $column)
 postAutoincrement (DBColumn $column)
 hasTruncate ()
 hasMultipleTruncate ()

Static Public Member Functions

static me ()
 
Returns:
LiteDialect

static quoteValue ($value)
static dropTableMode ($cascade=false)

Static Private Member Functions

static checkColumn (DBColumn $column)


Detailed Description

SQLite dialect.

See also:
http://www.sqlite.org/

Definition at line 20 of file LiteDialect.class.php.


Member Function Documentation

static LiteDialect::me (  )  [static]

Returns:
LiteDialect

Implements Instantiatable.

Definition at line 25 of file LiteDialect.class.php.

References Singleton::getInstance().

Referenced by SQLite::getDialect().

Here is the call graph for this function:

static LiteDialect::quoteValue ( value  )  [static]

See also:
Sequenceless for this convention

Reimplemented from Dialect.

Definition at line 30 of file LiteDialect.class.php.

static LiteDialect::dropTableMode ( cascade = false  )  [static]

Reimplemented from Dialect.

Definition at line 43 of file LiteDialect.class.php.

LiteDialect::preAutoincrement ( DBColumn column  ) 

Reimplemented from Dialect.

Definition at line 48 of file LiteDialect.class.php.

LiteDialect::postAutoincrement ( DBColumn column  ) 

Reimplemented from Dialect.

Definition at line 55 of file LiteDialect.class.php.

LiteDialect::hasTruncate (  ) 

Reimplemented from Dialect.

Definition at line 62 of file LiteDialect.class.php.

LiteDialect::hasMultipleTruncate (  ) 

Reimplemented from Dialect.

Definition at line 67 of file LiteDialect.class.php.

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().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:50 2007 for onPHP by  doxygen 1.5.4