public class SQLDropIndexStatement extends SQLStatementImpl implements SQLDropStatement, SQLReplaceable
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLDropIndexStatement() |
SQLDropIndexStatement(DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getAlgorithm() |
List<SQLObject> |
getChildren() |
SQLName |
getIndexName() |
SQLExpr |
getLockOption() |
SQLExprTableSource |
getTableName() |
boolean |
isIfExists() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setAlgorithm(SQLExpr x) |
void |
setIfExists(boolean ifExists) |
void |
setIndexName(SQLName indexName) |
void |
setLockOption(SQLExpr x) |
void |
setTableName(SQLExprTableSource tableName) |
void |
setTableName(SQLName tableName) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLDropIndexStatement()
public SQLDropIndexStatement(DbType dbType)
public SQLName getIndexName()
public void setIndexName(SQLName indexName)
public SQLExprTableSource getTableName()
public void setTableName(SQLName tableName)
public void setTableName(SQLExprTableSource tableName)
public SQLExpr getAlgorithm()
public void setAlgorithm(SQLExpr x)
public SQLExpr getLockOption()
public void setLockOption(SQLExpr x)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic boolean isIfExists()
public void setIfExists(boolean ifExists)
Copyright © 2013–2023. All rights reserved.