MySqlLockTableStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlStatementImpl.accept0
Undocumented in source.

Classes

Item
class Item
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getItems
List!(Item) getItems()
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.
setItems
void setItems(List!(Item) items)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

LockType
struct LockType
Undocumented in source.

Inherited Members

From MySqlStatementImpl

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. Be warned that the author may not have intended to support it.
getChildren
List!(SQLObject) getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta