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 |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLStatementImpl()
public SQLStatementImpl(String dbType)
public String getDbType()
getDbType
in interface SQLStatement
public void setDbType(String dbType)
public String toString()
toString
in class SQLObjectImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
public boolean isAfterSemi()
isAfterSemi
in interface SQLStatement
public void setAfterSemi(boolean afterSemi)
setAfterSemi
in interface SQLStatement
public SQLStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLObjectImpl
public List<SQLCommentHint> getHeadHintsDirect()
public void setHeadHints(List<SQLCommentHint> headHints)
Copyright © 2013–2017 Alibaba Group. All rights reserved.