Package org.sqlite.parser.ast
Class CreateView
java.lang.Object
org.sqlite.parser.ast.CreateView
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<IndexedColumn>final booleanfinal Selectfinal booleanfinal QualifiedName -
Constructor Summary
ConstructorsConstructorDescriptionCreateView(boolean temporary, boolean ifNotExists, QualifiedName viewName, List<IndexedColumn> columns, Select select) -
Method Summary
-
Field Details
-
temporary
public final boolean temporary -
ifNotExists
public final boolean ifNotExists -
viewName
-
columns
-
select
-
-
Constructor Details
-
CreateView
public CreateView(boolean temporary, boolean ifNotExists, QualifiedName viewName, List<IndexedColumn> columns, Select select)
-
-
Method Details
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-