public abstract class SQLStatementImpl extends SQLObjectImpl implements SQLStatement
| Constructor and Description |
|---|
SQLStatementImpl() |
SQLStatementImpl(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLStatementImpl()
public SQLStatementImpl(String dbType)
public String getDbType()
getDbType in interface SQLStatementpublic void setDbType(String dbType)
public String toString()
toString in class SQLObjectImplpublic String toLowerCaseString()
toLowerCaseString 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()
public void setHeadHints(List<SQLCommentHint> headHints)
Copyright © 2013–2018 Alibaba Group. All rights reserved.