Class CPgsqlCommandBuilder
CPgsqlCommandBuilder provides basic methods to create query commands for tables.
- CComponent
- CDbCommandBuilder
- CPgsqlCommandBuilder
Package: system\db\schema\pgsql
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Timur Ruziev <resurtm@gmail.com>
Since: 1.1.14
Located at x2engine/framework/db/schema/pgsql/CPgsqlCommandBuilder.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Timur Ruziev <resurtm@gmail.com>
Since: 1.1.14
Located at x2engine/framework/db/schema/pgsql/CPgsqlCommandBuilder.php
protected
string
|
#
getIntegerPrimaryKeyDefaultValue( )
Returns default value of the integer/serial primary key. Default value means that the next autoincrement/sequence value would be used. |
PARAM_PREFIX
|
$dbConnection,
$schema
|