hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
MySqlLockTableStatement.LockType
hunt
sql
dialect
mysql
ast
statement
MySqlLockTableStatement
MySqlLockTableStatement
Undocumented in source.
class
MySqlLockTableStatement
static
struct
LockType {
enum
LockType
READ
;
enum
LockType
READ_LOCAL
;
enum
LockType
WRITE
;
enum
LOW_PRIORITY_WRITE
;
string
name
;
this
(string name);
bool
opEquals
(LockType h);
bool
opEquals
(LockType h);
}
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
Source
See Implementation
hunt
sql
dialect
mysql
ast
statement
MySqlLockTableStatement
MySqlLockTableStatement
aliases
accept0
classes
Item
constructors
this
functions
getItems
getLockType
getTableSource
setItems
structs
LockType