Versions in this module Expand all Collapse all v0 v0.0.1 Jul 29, 2019 Changes in this version + func Autoinc() path.Int64Path + func ClustIndexSize() path.Int64Path + func ModifiedCounter() path.Int64Path + func Name() path.StringPath + func NumRows() path.Int64Path + func OtherIndexSize() path.Int64Path + func RefCount() path.IntPath + func StatsInitialized() path.StringPath + func TableId() path.Int64Path + type QInnodbSysTablestats struct + func As(alias string) QInnodbSysTablestats + func New() QInnodbSysTablestats + func Q() QInnodbSysTablestats + func (q QInnodbSysTablestats) Autoinc() path.Int64Path + func (q QInnodbSysTablestats) ClustIndexSize() path.Int64Path + func (q QInnodbSysTablestats) GetAlias() string + func (q QInnodbSysTablestats) GetColumns() []core.Column + func (q QInnodbSysTablestats) GetName() string + func (q QInnodbSysTablestats) GetParent() string + func (q QInnodbSysTablestats) GetSQL(d core.Dialect) (core.SQL, error) + func (q QInnodbSysTablestats) ModifiedCounter() path.Int64Path + func (q QInnodbSysTablestats) Name() path.StringPath + func (q QInnodbSysTablestats) NumRows() path.Int64Path + func (q QInnodbSysTablestats) OtherIndexSize() path.Int64Path + func (q QInnodbSysTablestats) RefCount() path.IntPath + func (q QInnodbSysTablestats) StatsInitialized() path.StringPath + func (q QInnodbSysTablestats) TableId() path.Int64Path