public class MySqlLockTableStatement extends MySqlStatementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
MySqlLockTableStatement.LockType |
| Constructor and Description |
|---|
MySqlLockTableStatement() |
| 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) |
void |
setTableSource(SQLName name) |
getDbType, isAfterSemi, setAfterSemi, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExprTableSource getTableSource()
public void setTableSource(SQLExprTableSource tableSource)
public void setTableSource(SQLName name)
public MySqlLockTableStatement.LockType getLockType()
public void setLockType(MySqlLockTableStatement.LockType lockType)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplpublic List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013–2017 Alibaba Group. All rights reserved.