Documentation ¶
Index ¶
- func SaveDumpTables(tables DumpTables, file jsonio.NamedWriter) (err error)
- type DumpTables
- type InitTables
- type Row
- func (row Row) GetColumnNames() []string
- func (row Row) GetJsonType(columnName string) (wrap.JsonType, bool)
- func (row Row) Has(columnName string) bool
- func (row Row) SetBool(columnName string, val bool)
- func (row Row) SetFloat64(columnName string, val float64)
- func (row Row) SetInt64(columnName string, val int64)
- func (row Row) SetNil(columnName string)
- func (row Row) SetString(columnName string, val string)
- func (row Row) ToBool(columnName string) (bool, error)
- func (row Row) ToFloat64(columnName string) (float64, error)
- func (row Row) ToInt64(columnName string) (int64, error)
- func (row Row) ToString(columnName string) (string, error)
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveDumpTables ¶
func SaveDumpTables(tables DumpTables, file jsonio.NamedWriter) (err error)
Types ¶
type DumpTables ¶
func (DumpTables) GetTableNames ¶
func (tables DumpTables) GetTableNames() []string
type InitTables ¶
type InitTables []Table
func LoadInitTables ¶
func LoadInitTables(file jsonio.NamedReader) (InitTables, error)
func (InitTables) GetTableNames ¶
func (tables InitTables) GetTableNames() []string
Click to show internal directories.
Click to hide internal directories.