public class SQLTableLike extends SQLObjectImpl implements SQLTableElement
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLTableLike() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
SQLTableLike |
clone() |
SQLExprTableSource |
getTable() |
boolean |
isExcludeProperties() |
boolean |
isIncludeProperties() |
void |
setExcludeProperties(boolean excludeProperties) |
void |
setIncludeProperties(boolean includeProperties) |
void |
setTable(SQLExprTableSource x) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected void accept0(SQLASTVisitor v)
accept0 在类中 SQLObjectImplpublic SQLTableLike clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableElementclone 在类中 SQLObjectImplpublic SQLExprTableSource getTable()
public void setTable(SQLExprTableSource x)
public boolean isIncludeProperties()
public void setIncludeProperties(boolean includeProperties)
public boolean isExcludeProperties()
public void setExcludeProperties(boolean excludeProperties)
Copyright © 2013–2023. All rights reserved.