public abstract class SQLStatementImpl extends SQLObjectImpl implements SQLStatement
| Constructor and Description |
|---|
SQLStatementImpl() |
SQLStatementImpl(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLStatementImpl()
public SQLStatementImpl(DbType dbType)
public DbType getDbType()
getDbType in interface SQLDbTypedObjectgetDbType in interface SQLStatementpublic void setDbType(DbType dbType)
public String toString()
toString in interface SQLStatementtoString in class SQLObjectImplpublic String toString(VisitorFeature... features)
toString in interface SQLStatementpublic String toLowerCaseString()
toLowerCaseString in interface SQLStatementpublic String toUnformattedString()
public String toParameterizedString()
toParameterizedString in interface SQLStatementpublic List<SQLObject> getChildren()
getChildren in interface SQLStatementpublic boolean isAfterSemi()
isAfterSemi in interface SQLStatementpublic void setAfterSemi(boolean afterSemi)
setAfterSemi in interface SQLStatementpublic SQLStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLObjectImplpublic List<SQLCommentHint> getHeadHintsDirect()
getHeadHintsDirect in interface SQLStatementpublic void setHeadHints(List<SQLCommentHint> headHints)
setHeadHints in interface SQLStatementCopyright © 2013–2022 Alibaba Group. All rights reserved.