Documentation ¶
Index ¶
Constants ¶
View Source
const ( TYPE_NUMBER = iota + 1 //tinyint, smallint, mediumint, int, bigint, year TYPE_FLOAT //float, double TYPE_ENUM //enum TYPE_SET //set TYPE_STRING //other )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
func (*Index) FindColumn ¶
type Table ¶
type Table struct { Schema string Name string Columns []TableColumn Indexes []*Index PKColumns []int }
func (*Table) FindColumn ¶
func (*Table) GetPKColumn ¶
func (ta *Table) GetPKColumn(index int) *TableColumn
Click to show internal directories.
Click to hide internal directories.