public class MySqlLockTableStatement extends MySqlStatementImpl
限定符和类型 | 类和说明 |
---|---|
static class |
MySqlLockTableStatement.LockType |
构造器和说明 |
---|
MySqlLockTableStatement() |
限定符和类型 | 方法和说明 |
---|---|
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
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
在接口中 MySqlObject
accept0
在类中 MySqlStatementImpl
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013–2016 Alibaba Group. All rights reserved.