MySqlLockTableStatement.LockType

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(LockType h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(LockType h)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LOW_PRIORITY_WRITE
enum LOW_PRIORITY_WRITE;
Undocumented in source.

Variables

READ
enum LockType READ;
Undocumented in source.
READ_LOCAL
enum LockType READ_LOCAL;
Undocumented in source.
WRITE
enum LockType WRITE;
Undocumented in source.
name
string name;
Undocumented in source.

Meta