public abstract class SQLStatementImpl extends SQLObjectImpl implements SQLStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
afterSemi |
protected String |
dbType |
protected List<SQLCommentHint> |
headHints |
attributes, parent| 构造器和说明 |
|---|
SQLStatementImpl() |
SQLStatementImpl(String dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLStatement |
clone() |
List<SQLObject> |
getChildren() |
String |
getDbType() |
List<SQLCommentHint> |
getHeadHintsDirect() |
boolean |
isAfterSemi() |
void |
setAfterSemi(boolean afterSemi) |
void |
setDbType(String dbType) |
void |
setHeadHints(List<SQLCommentHint> headHints) |
String |
toLowerCaseString() |
String |
toString() |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected String dbType
protected boolean afterSemi
protected List<SQLCommentHint> headHints
public SQLStatementImpl()
public SQLStatementImpl(String dbType)
public String getDbType()
getDbType 在接口中 SQLStatementpublic void setDbType(String dbType)
public String toString()
toString 在类中 SQLObjectImplpublic String toLowerCaseString()
toLowerCaseString 在接口中 SQLStatementprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementpublic boolean isAfterSemi()
isAfterSemi 在接口中 SQLStatementpublic void setAfterSemi(boolean afterSemi)
setAfterSemi 在接口中 SQLStatementpublic SQLStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLObjectImplpublic List<SQLCommentHint> getHeadHintsDirect()
getHeadHintsDirect 在接口中 SQLStatementpublic void setHeadHints(List<SQLCommentHint> headHints)
setHeadHints 在接口中 SQLStatementCopyright © 2013–2019 Alibaba Group. All rights reserved.