MySqlLockTableStatement.Item

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlObjectImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getHints
List!(SQLCommentHint) getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
getLockType
LockType getLockType()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableSource
SQLExprTableSource getTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
setHints
void setHints(List!(SQLCommentHint) hints)
Undocumented in source. Be warned that the author may not have intended to support it.
setLockType
void setLockType(LockType lockType)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLExprTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlObjectImpl

computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.

Meta