Class CSqliteColumnSchema
CSqliteColumnSchema class describes the column meta data of a SQLite table.
- CComponent
- CDbColumnSchema
- CSqliteColumnSchema
Package: system\db\schema\sqlite
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/db/schema/sqlite/CSqliteColumnSchema.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/db/schema/sqlite/CSqliteColumnSchema.php
protected
|
#
extractDefault( mixed $defaultValue )
Extracts the default value for the column. The value is typecasted to correct PHP type. |
extractLimit(),
extractType(),
init(),
typecast()
|
$allowNull,
$autoIncrement,
$comment,
$dbType,
$defaultValue,
$isForeignKey,
$isPrimaryKey,
$name,
$precision,
$rawName,
$scale,
$size,
$type
|