Documentation ¶
Index ¶
- func AutoIncrement() path.Int64Path
- func AvgRowLength() path.Int64Path
- func CheckTime() path.TimePath
- func Checksum() path.Int64Path
- func CreateOptions() path.StringPath
- func CreateTime() path.TimePath
- func DataFree() path.Int64Path
- func DataLength() path.Int64Path
- func Engine() path.StringPath
- func IndexLength() path.Int64Path
- func MaxDataLength() path.Int64Path
- func RowFormat() path.StringPath
- func TableCatalog() path.StringPath
- func TableCollation() path.StringPath
- func TableComment() path.StringPath
- func TableName() path.StringPath
- func TableRows() path.Int64Path
- func TableSchema() path.StringPath
- func TableType() path.StringPath
- func UpdateTime() path.TimePath
- func Version() path.Int64Path
- type QTables
- func (q QTables) AutoIncrement() path.Int64Path
- func (q QTables) AvgRowLength() path.Int64Path
- func (q QTables) CheckTime() path.TimePath
- func (q QTables) Checksum() path.Int64Path
- func (q QTables) CreateOptions() path.StringPath
- func (q QTables) CreateTime() path.TimePath
- func (q QTables) DataFree() path.Int64Path
- func (q QTables) DataLength() path.Int64Path
- func (q QTables) Engine() path.StringPath
- func (q QTables) GetAlias() string
- func (q QTables) GetColumns() []core.Column
- func (q QTables) GetName() string
- func (q QTables) GetParent() string
- func (q QTables) GetSQL(d core.Dialect) (core.SQL, error)
- func (q QTables) IndexLength() path.Int64Path
- func (q QTables) MaxDataLength() path.Int64Path
- func (q QTables) RowFormat() path.StringPath
- func (q QTables) TableCatalog() path.StringPath
- func (q QTables) TableCollation() path.StringPath
- func (q QTables) TableComment() path.StringPath
- func (q QTables) TableName() path.StringPath
- func (q QTables) TableRows() path.Int64Path
- func (q QTables) TableSchema() path.StringPath
- func (q QTables) TableType() path.StringPath
- func (q QTables) UpdateTime() path.TimePath
- func (q QTables) Version() path.Int64Path
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoIncrement ¶
func AvgRowLength ¶
func CreateOptions ¶
func CreateOptions() path.StringPath
func CreateTime ¶
func DataLength ¶
func Engine ¶
func Engine() path.StringPath
func IndexLength ¶
func MaxDataLength ¶
func RowFormat ¶
func RowFormat() path.StringPath
func TableCatalog ¶
func TableCatalog() path.StringPath
func TableCollation ¶
func TableCollation() path.StringPath
func TableComment ¶
func TableComment() path.StringPath
func TableName ¶
func TableName() path.StringPath
func TableSchema ¶
func TableSchema() path.StringPath
func TableType ¶
func TableType() path.StringPath
func UpdateTime ¶
Types ¶
type QTables ¶
type QTables struct {
// contains filtered or unexported fields
}
func (QTables) AutoIncrement ¶
func (QTables) AvgRowLength ¶
func (QTables) CreateOptions ¶
func (q QTables) CreateOptions() path.StringPath
func (QTables) CreateTime ¶
func (QTables) DataLength ¶
func (QTables) Engine ¶
func (q QTables) Engine() path.StringPath
func (QTables) GetColumns ¶
func (QTables) IndexLength ¶
func (QTables) MaxDataLength ¶
func (QTables) RowFormat ¶
func (q QTables) RowFormat() path.StringPath
func (QTables) TableCatalog ¶
func (q QTables) TableCatalog() path.StringPath
func (QTables) TableCollation ¶
func (q QTables) TableCollation() path.StringPath
func (QTables) TableComment ¶
func (q QTables) TableComment() path.StringPath
func (QTables) TableName ¶
func (q QTables) TableName() path.StringPath
func (QTables) TableSchema ¶
func (q QTables) TableSchema() path.StringPath
func (QTables) TableType ¶
func (q QTables) TableType() path.StringPath
func (QTables) UpdateTime ¶
Click to show internal directories.
Click to hide internal directories.