RenameOperation
class RenameOperation extends Component (View source)
RENAME TABLE
keyword parser.
Properties
Expression | $old | The old table name. | |
Expression | $new | The new table name. |
Methods
static mixed
static mixed
build(mixed $component, array $options = [])
No description
__construct(Expression $old = null, Expression $new = null)
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.