mini\Parsing\SQL\AST\IsNullOperation::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

Source

src/Parsing/SQL/AST/ASTNode.php:22-31