public abstract class SQLStatementImpl extends SQLObjectImpl implements SQLStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
afterSemi |
protected DbType |
dbType |
protected List<SQLCommentHint> |
headHints |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLStatementImpl() |
SQLStatementImpl(DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
SQLStatement |
clone() |
List<SQLObject> |
getChildren() |
DbType |
getDbType() |
List<SQLCommentHint> |
getHeadHintsDirect() |
boolean |
isAfterSemi() |
void |
setAfterSemi(boolean afterSemi) |
void |
setDbType(DbType dbType) |
void |
setHeadHints(List<SQLCommentHint> headHints) |
String |
toLowerCaseString() |
String |
toParameterizedString() |
String |
toString() |
String |
toString(VisitorFeature... features) |
String |
toUnformattedString() |
accept, 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, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected DbType dbType
protected boolean afterSemi
protected List<SQLCommentHint> headHints
public SQLStatementImpl()
public SQLStatementImpl(DbType dbType)
public DbType getDbType()
getDbType 在接口中 SQLDbTypedObjectgetDbType 在接口中 SQLStatementpublic void setDbType(DbType dbType)
public String toString()
toString 在接口中 SQLStatementtoString 在类中 SQLObjectImplpublic String toString(VisitorFeature... features)
toString 在接口中 SQLStatementpublic String toLowerCaseString()
toLowerCaseString 在接口中 SQLStatementpublic String toUnformattedString()
public String toParameterizedString()
toParameterizedString 在接口中 SQLStatementprotected void accept0(SQLASTVisitor v)
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–2023. All rights reserved.