public static class MySqlLockTableStatement.Item extends MySqlObjectImpl
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<SQLCommentHint> |
getHints() |
MySqlLockTableStatement.LockType |
getLockType() |
SQLExprTableSource |
getTableSource() |
void |
setHints(List<SQLCommentHint> hints) |
void |
setLockType(MySqlLockTableStatement.LockType lockType) |
void |
setTableSource(SQLExprTableSource tableSource) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic SQLExprTableSource getTableSource()
public void setTableSource(SQLExprTableSource tableSource)
public MySqlLockTableStatement.LockType getLockType()
public void setLockType(MySqlLockTableStatement.LockType lockType)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013–2018 Alibaba Group. All rights reserved.