Documentation
¶
Index ¶
- type DBTable
- func (db *DBTable) ADM_create() error
- func (db *DBTable) ADM_insert(vals ...interface{}) error
- func (db *DBTable) Columns() []string
- func (db *DBTable) TablePrepareInsert(ti *table.TableInsert) (table.TableInsertStmt, error)
- func (db *DBTable) TablePrepareUpdate(tu *table.TableUpdate) (table.TableUpdateStmt, error)
- func (db *DBTable) TableScan(cols []int, meta *table.TableScan) (table.TableIterator, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBTable ¶
func (*DBTable) ADM_create ¶
func (*DBTable) ADM_insert ¶
func (*DBTable) TablePrepareInsert ¶
func (db *DBTable) TablePrepareInsert(ti *table.TableInsert) (table.TableInsertStmt, error)
func (*DBTable) TablePrepareUpdate ¶
func (db *DBTable) TablePrepareUpdate(tu *table.TableUpdate) (table.TableUpdateStmt, error)
Click to show internal directories.
Click to hide internal directories.