TableStat

Undocumented in source.

Members

Classes

Column
class Column
Undocumented in source.
Condition
class Condition
Undocumented in source.
Mode
class Mode
Undocumented in source.
Name
class Name
Undocumented in source.
Relationship
class Relationship
Undocumented in source.

Functions

getAlterCount
int getAlterCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getCreateCount
int getCreateCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getCreateIndexCount
int getCreateIndexCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeleteCount
int getDeleteCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getDropCount
int getDropCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getDropIndexCount
int getDropIndexCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getInsertCount
int getInsertCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getMergeCount
int getMergeCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getReferencedCount
int getReferencedCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getSelectCount
int getSelectCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpdateCount
int getUpdateCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementAlterCount
void incrementAlterCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementCreateCount
void incrementCreateCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementCreateIndexCount
void incrementCreateIndexCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementDeleteCount
void incrementDeleteCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementDropCount
void incrementDropCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementDropIndexCount
void incrementDropIndexCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementInsertCount
void incrementInsertCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementMergeCount
void incrementMergeCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementReferencedCount
void incrementReferencedCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementSelectCount
void incrementSelectCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementUpdateCount
void incrementUpdateCount()
Undocumented in source. Be warned that the author may not have intended to support it.
setDeleteCount
void setDeleteCount(int deleteCount)
Undocumented in source. Be warned that the author may not have intended to support it.
setDropCount
void setDropCount(int dropCount)
Undocumented in source. Be warned that the author may not have intended to support it.
setInsertCount
void setInsertCount(int insertCount)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelectCount
void setSelectCount(int selectCount)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpdateCount
void setUpdateCount(int updateCount)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alterCount
int alterCount;
Undocumented in source.
createCount
int createCount;
Undocumented in source.
createIndexCount
int createIndexCount;
Undocumented in source.
deleteCount
int deleteCount;
Undocumented in source.
dropCount
int dropCount;
Undocumented in source.
dropIndexCount
int dropIndexCount;
Undocumented in source.
insertCount
int insertCount;
Undocumented in source.
mergeCount
int mergeCount;
Undocumented in source.
referencedCount
int referencedCount;
Undocumented in source.
selectCount
int selectCount;
Undocumented in source.
updateCount
int updateCount;
Undocumented in source.

Meta