mini\Parsing\SQL\AST\IndexColumn::deepClone()
Method
public
Signature
public function deepClone(): static
Returns
static
Documentation
Create a deep clone of this AST node
Recursively clones all child nodes to ensure complete independence.
Inherited From
mini\Parsing\SQL\AST\ASTNode