Documentation ¶
Index ¶
Constants ¶
View Source
const ( CAT_OTHER = iota CAT_NUMBER CAT_VARBINARY )
Column categories
View Source
const ( CACHE_NONE = 0 CACHE_RW = 1 CACHE_W = 2 )
Cache types
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct { Name string Columns []TableColumn Indexes []*Index PKColumns []int CacheType int }
func (*Table) FindColumn ¶
func (*Table) GetPKColumn ¶
func (ta *Table) GetPKColumn(index int) *TableColumn
Click to show internal directories.
Click to hide internal directories.