AlterOperation
class AlterOperation extends Component
Parses an alter operation.
Properties
static array | $DB_OPTIONS | All database options. | |
static array | $TABLE_OPTIONS | All table options. | |
static array | $VIEW_OPTIONS | All view options. | |
OptionsArray | $options | Options of this operation. | |
Expression | $field | The altered field. | |
Token[]|string | $unknown | Unparsed tokens. |
Methods
static mixed
static string
build(mixed $component, array $options = [])
No description
__construct(OptionsArray $options = null, Expression $field = null, array $unknown = [])
Constructor.
Details
at line 182
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
at line 318
static string
build(mixed $component, array $options = [])
in Component at line 73
string
__toString()
Builds the string representation of a component of this type.
at line 165
__construct(OptionsArray $options = null, Expression $field = null, array $unknown = [])
Constructor.