public class SQLTableLike extends SQLObjectImpl implements SQLTableElement
| Constructor and Description |
|---|
SQLTableLike() |
| Modifier and Type | Method and Description |
|---|---|
SQLTableLike |
clone() |
SQLExprTableSource |
getTable() |
boolean |
isExcludeProperties() |
boolean |
isIncludeProperties() |
void |
setExcludeProperties(boolean excludeProperties) |
void |
setIncludeProperties(boolean includeProperties) |
void |
setTable(SQLExprTableSource x) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLTableLike clone()
clone in interface SQLObjectclone in interface SQLTableElementclone in class 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–2022 Alibaba Group. All rights reserved.