Phalcon\Db\Dialect\Oracle::modifyColumn PHP Method

modifyColumn() public method

Generates SQL to modify a column in a table.
public modifyColumn ( string $tableName, string $schemaName, Phalcon\Db\ColumnInterface $column, Phalcon\Db\ColumnInterface $current = null ) : string
$tableName string
$schemaName string
$column Phalcon\Db\ColumnInterface
$current Phalcon\Db\ColumnInterface
return string
    public function modifyColumn($tableName, $schemaName, ColumnInterface $column, ColumnInterface $current = null)
    {
        throw new Exception('Not implemented yet.');
    }