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, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 MySqlObject
accept0
in class MySqlStatementImpl
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013–2017 Alibaba Group. All rights reserved.