Method | Description | |
---|---|---|
buildRenameTable ( string $sourceName, string $targetName ) : string | テーブル名のリネームステートメントを生成 | |
describe ( Model | string $model ) : array | Returns an array of the fields in given table name. | |
length ( string $real ) : integer | Gets the length of a database-native column description, or null if no length | |
renameColumn ( array $options ) : boolean | カラム名を変更する | |
updateSequence ( ) | シーケンスを更新する | |
value ( $data, $column = null, $null = true ) | {@inheritDoc} |
Method | Description | |
---|---|---|
__describe ( Model | string $model ) : array | DboPostgresのdescribeメソッドを呼び出さずにキャッシュを読み込む為に利用 Datasource::describe と同じ(一部ハック) |
public renameColumn ( array $options ) : boolean | ||
$options | array | [ table / new / old ] |
return | boolean |