hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
TableStat.Mode
hunt
sql
stat
TableStat
TableStat
Undocumented in source.
class
TableStat
static
class
Mode {
__gshared
Mode
Insert
;
__gshared
Mode
Update
;
__gshared
Mode
Delete
;
__gshared
Mode
Select
;
__gshared
Mode
Merge
;
__gshared
Mode
Truncate
;
__gshared
Mode
Alter
;
__gshared
Mode
Drop
;
__gshared
Mode
DropIndex
;
__gshared
Mode
CreateIndex
;
__gshared
Mode
Replace
;
int
mark
;
bool
opEquals
(Mode h);
bool
opEquals
(Mode h);
}
Members
Functions
opEquals
bool
opEquals
(Mode h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Mode h)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
Alter
Mode
Alter
;
Undocumented in source.
CreateIndex
Mode
CreateIndex
;
Undocumented in source.
Delete
Mode
Delete
;
Undocumented in source.
Drop
Mode
Drop
;
Undocumented in source.
DropIndex
Mode
DropIndex
;
Undocumented in source.
Insert
Mode
Insert
;
Undocumented in source.
Merge
Mode
Merge
;
Undocumented in source.
Replace
Mode
Replace
;
Undocumented in source.
Select
Mode
Select
;
Undocumented in source.
Truncate
Mode
Truncate
;
Undocumented in source.
Update
Mode
Update
;
Undocumented in source.
Variables
mark
int
mark
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
stat
TableStat
TableStat
classes
Column
Condition
Mode
Name
Relationship
functions
getAlterCount
getCreateCount
getCreateIndexCount
getDeleteCount
getDropCount
getDropIndexCount
getInsertCount
getMergeCount
getReferencedCount
getSelectCount
getUpdateCount
incrementAlterCount
incrementCreateCount
incrementCreateIndexCount
incrementDeleteCount
incrementDropCount
incrementDropIndexCount
incrementInsertCount
incrementMergeCount
incrementReferencedCount
incrementSelectCount
incrementUpdateCount
setDeleteCount
setDropCount
setInsertCount
setSelectCount
setUpdateCount
toString
variables
alterCount
createCount
createIndexCount
deleteCount
dropCount
dropIndexCount
insertCount
mergeCount
referencedCount
selectCount
updateCount