AlterOperation
class AlterOperation extends Component (View source)
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 mixed
build(mixed $component, array $options = [])
No description
__construct(OptionsArray $options = null, Expression $field = null, array $unknown = [])
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
static mixed
build(mixed $component, array $options = [])
string
__toString()
Builds the string representation of a component of this type.