public interface SQLStatement extends SQLObject, SQLDbTypedObject
| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
clone() |
List<SQLObject> |
getChildren() |
DbType |
getDbType() |
List<SQLCommentHint> |
getHeadHintsDirect() |
boolean |
isAfterSemi() |
void |
setAfterSemi(boolean afterSemi) |
void |
setHeadHints(List<SQLCommentHint> headHints) |
String |
toLowerCaseString() |
String |
toParameterizedString() |
String |
toString() |
String |
toString(VisitorFeature... features) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentDbType getDbType()
getDbType in interface SQLDbTypedObjectboolean isAfterSemi()
void setAfterSemi(boolean afterSemi)
SQLStatement clone()
List<SQLCommentHint> getHeadHintsDirect()
void setHeadHints(List<SQLCommentHint> headHints)
String toString(VisitorFeature... features)
String toLowerCaseString()
String toParameterizedString()
Copyright © 2013–2021 Alibaba Group. All rights reserved.