AlterOperation
final class AlterOperation extends Component (View source)
Parses an alter operation.
Properties
static array<string,int|array<int,int|string>> | $DB_OPTIONS | All database options. |
|
static array<string,int|array<int,int|string>> | $TABLE_OPTIONS | All table options. |
|
static array<string,int|array<int,int|string>> | $USER_OPTIONS | All user options. |
|
static array<string,int|array<int,int|string>> | $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, Token[] $unknown = [])
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.
__construct(OptionsArray $options = null, Expression $field = null, Token[] $unknown = [])
No description