Class CreateIndex
java.lang.Object
net.sf.jsqlparser.statement.create.index.CreateIndex
- All Implemented Interfaces:
Serializable
,Model
,Statement
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor statementVisitor) getIndex()
getTable()
boolean
boolean
void
void
setIndexTypeBeforeOn
(boolean indexTypeBeforeOn) void
void
setTailParameters
(List<String> tailParameters) setUsingIfNotExists
(boolean usingIfNotExists) toString()
withTailParameters
(List<String> tailParameters)
-
Field Details
-
table
-
index
-
tailParameters
-
indexTypeBeforeOn
private boolean indexTypeBeforeOn -
usingIfNotExists
private boolean usingIfNotExists
-
-
Constructor Details
-
CreateIndex
public CreateIndex()
-
-
Method Details
-
isIndexTypeBeforeOn
public boolean isIndexTypeBeforeOn() -
setIndexTypeBeforeOn
public void setIndexTypeBeforeOn(boolean indexTypeBeforeOn) -
isUsingIfNotExists
public boolean isUsingIfNotExists() -
setUsingIfNotExists
-
accept
-
getIndex
-
setIndex
-
getTable
-
setTable
-
getTailParameters
-
setTailParameters
-
toString
-
withTable
-
withIndex
-
withTailParameters
-