PHP Class SQLBuilder\Universal\Syntax\AlterTableChangeColumn

Inheritance: implements SQLBuilder\ToSqlInterface
Mostrar archivo Open project: c9s/sqlbuilder

Protected Properties

Property Type Description
$after
$first
$fromColumn
$toColumn

Public Methods

Method Description
__construct ( string | Column $fromColumn, Column $toColumn )
after ( $column )
first ( )
toSql ( BaseDriver $driver, SQLBuilder\ArgumentArray $args )

Method Details

__construct() public method

public __construct ( string | Column $fromColumn, Column $toColumn )
$fromColumn string | Column
$toColumn Column

after() public method

public after ( $column )

first() public method

public first ( )

toSql() public method

public toSql ( BaseDriver $driver, SQLBuilder\ArgumentArray $args )
$driver SQLBuilder\Driver\BaseDriver
$args SQLBuilder\ArgumentArray

Property Details

$after protected_oe property

protected $after

$first protected_oe property

protected $first

$fromColumn protected_oe property

protected $fromColumn

$toColumn protected_oe property

protected $toColumn