public static class MySqlLockTableStatement.Item extends MySqlObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLCommentHint> |
hints |
private MySqlLockTableStatement.LockType |
lockType |
private SQLExprTableSource |
tableSource |
attributes, parent| 构造器和说明 |
|---|
Item() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExprTableSource tableSource
private MySqlLockTableStatement.LockType lockType
private List<SQLCommentHint> hints
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 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–2019 Alibaba Group. All rights reserved.