Package org.sqlite.parser.ast
Class CreateTable
java.lang.Object
org.sqlite.parser.ast.CreateTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CreateTableBody
final boolean
final QualifiedName
final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTable
(boolean temporary, boolean ifNotExists, QualifiedName tblName, CreateTableBody body) -
Method Summary
-
Field Details
-
temporary
public final boolean temporary -
ifNotExists
public final boolean ifNotExists -
tblName
-
body
-
-
Constructor Details
-
CreateTable
public CreateTable(boolean temporary, boolean ifNotExists, QualifiedName tblName, CreateTableBody body)
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-