ShowCurrentNamespaceStatement Parsed Statement¶
ShowCurrentNamespaceStatement
is a ParsedStatement that represents SHOW CURRENT NAMESPACE SQL statement.
Creating Instance¶
ShowCurrentNamespaceStatement
takes no parameters to be created.
ShowCurrentNamespaceStatement
is created when AstBuilder
is requested to visitShowCurrentNamespace.
Last update: 2020-07-25