CreateTable¶
CreateTable
is a CreateSource and a ExecutableDdlStatement that represents CREATE TABLE and ASSERT TABLE statements.
Creating Instance¶
CreateTable
takes the following to be created:
- Node Location
- Source Name
-
TableElements
-
orReplace
flag -
notExists
flag - CreateSourceProperties
-
isSource
flag
CreateTable
is created when:
AstBuilder.Visitor
is requested to parse CREATE TABLE and ASSERT TABLE statements