Class CreateView
java.lang.Object
net.sf.jsqlparser.statement.create.view.CreateView
- All Implemented Interfaces:
Serializable
,Model
,Statement
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AutoRefreshOption
private ExpressionList
<Column> private ForceOption
private boolean
private boolean
private boolean
private boolean
private Select
private TemporaryOption
private Table
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor statementVisitor) private void
getForce()
getView()
boolean
boolean
boolean
boolean
isSecure()
boolean
void
setAutoRefresh
(AutoRefreshOption autoRefresh) void
setColumnNames
(ExpressionList<Column> columnNames) void
setForce
(ForceOption force) void
setIfNotExists
(boolean ifNotExists) void
setMaterialized
(boolean materialized) void
setOrReplace
(boolean orReplace) void
setSecure
(boolean secure) void
void
setTemporary
(TemporaryOption temp) void
void
setViewCommentOptions
(List<String> viewCommentOptions) void
setWithReadOnly
(boolean withReadOnly) toString()
withColumnNames
(ExpressionList<Column> columnNames) withForce
(ForceOption force) withMaterialized
(boolean materialized) withOrReplace
(boolean orReplace) withSelect
(Select select) withWithReadOnly
(boolean withReadOnly)
-
Field Details
-
view
-
select
-
orReplace
private boolean orReplace -
columnNames
-
materialized
private boolean materialized -
force
-
secure
private boolean secure -
temp
-
autoRefresh
-
withReadOnly
private boolean withReadOnly -
ifNotExists
private boolean ifNotExists -
viewCommentOptions
-
-
Constructor Details
-
CreateView
public CreateView()
-
-
Method Details
-
accept
-
getView
-
setView
-
isOrReplace
public boolean isOrReplace() -
setOrReplace
public void setOrReplace(boolean orReplace) - Parameters:
orReplace
- was "OR REPLACE" specified?
-
getSelect
-
setSelect
-
getColumnNames
-
setColumnNames
-
isMaterialized
public boolean isMaterialized() -
setMaterialized
public void setMaterialized(boolean materialized) -
getForce
-
setForce
-
isSecure
public boolean isSecure() -
setSecure
public void setSecure(boolean secure) -
getTemporary
-
setTemporary
-
getAutoRefresh
-
setAutoRefresh
-
isWithReadOnly
public boolean isWithReadOnly() -
setWithReadOnly
public void setWithReadOnly(boolean withReadOnly) -
isIfNotExists
public boolean isIfNotExists() -
setIfNotExists
public void setIfNotExists(boolean ifNotExists) -
toString
-
appendForceOptionIfApplicable
-
withView
-
withSelect
-
withOrReplace
-
withColumnNames
-
withMaterialized
-
withForce
-
withWithReadOnly
-
getViewCommentOptions
-
setViewCommentOptions
-