AlterOperations
final class AlterOperations implements Parseable (View source)
Parses an alter operation.
Constants
| DATABASE_OPTIONS |
All database options. |
| TABLE_OPTIONS |
All table options. |
| USER_OPTIONS |
All user options. |
| VIEW_OPTIONS |
All view options. |
| EVENT_OPTIONS |
All event options. |
| ROUTINE_OPTIONS |
All routine (procedure or function) options. |
Methods
static Component|array|null
Details
static Component|array|null
parse(Parser $parser, TokensList $list, array $options = [])
No description