public abstract class SQLObjectImpl extends Object implements SQLObject
Constructor and Description |
---|
SQLObjectImpl() |
Modifier and Type | Method and Description |
---|---|
void |
accept(SQLASTVisitor visitor) |
void |
addAfterComment(List<String> comments) |
void |
addAfterComment(String comment) |
void |
addBeforeComment(List<String> comments) |
void |
addBeforeComment(String comment) |
SQLObject |
clone() |
SQLDataType |
computeDataType() |
List<String> |
getAfterCommentsDirect() |
Object |
getAttribute(String name) |
Map<String,Object> |
getAttributes() |
Map<String,Object> |
getAttributesDirect() |
List<String> |
getBeforeCommentsDirect() |
SQLObject |
getParent() |
boolean |
hasAfterComment() |
boolean |
hasBeforeComment() |
void |
output(StringBuffer buf) |
void |
putAttribute(String name,
Object value) |
void |
setParent(SQLObject parent) |
String |
toString() |
public final void accept(SQLASTVisitor visitor)
public void output(StringBuffer buf)
public Map<String,Object> getAttributes()
getAttributes
in interface SQLObject
public Object getAttribute(String name)
getAttribute
in interface SQLObject
public void putAttribute(String name, Object value)
putAttribute
in interface SQLObject
public Map<String,Object> getAttributesDirect()
getAttributesDirect
in interface SQLObject
public void addBeforeComment(String comment)
addBeforeComment
in interface SQLObject
public void addBeforeComment(List<String> comments)
addBeforeComment
in interface SQLObject
public List<String> getBeforeCommentsDirect()
getBeforeCommentsDirect
in interface SQLObject
public void addAfterComment(String comment)
addAfterComment
in interface SQLObject
public void addAfterComment(List<String> comments)
addAfterComment
in interface SQLObject
public List<String> getAfterCommentsDirect()
getAfterCommentsDirect
in interface SQLObject
public boolean hasBeforeComment()
hasBeforeComment
in interface SQLObject
public boolean hasAfterComment()
hasAfterComment
in interface SQLObject
public SQLObject clone()
public SQLDataType computeDataType()
Copyright © 2013–2017 Alibaba Group. All rights reserved.