Class CMssqlTableSchema
CMssqlTableSchema represents the metadata for a MSSQL table.
- CComponent
- CDbTableSchema
- CMssqlTableSchema
Package: system\db\schema\mssql
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Author: Christophe Boulain <Christophe.Boulain@gmail.com>
Located at x2engine/framework/db/schema/mssql/CMssqlTableSchema.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Author: Christophe Boulain <Christophe.Boulain@gmail.com>
Located at x2engine/framework/db/schema/mssql/CMssqlTableSchema.php
getColumn(),
getColumnNames()
|
public
string
|
$catalogName |
|
#
name of the catalog (database) that this table belongs to. Defaults to null, meaning no schema (or the current database). |
public
string
|
$schemaName |
|
#
name of the schema that this table belongs to. Defaults to null, meaning no schema (or the current database owner). |
$columns,
$foreignKeys,
$name,
$primaryKey,
$rawName,
$sequenceName
|
$columnNames
|