Documentation ¶
Index ¶
- type DataType
- type Layout
- type SQLite
- func (sq *SQLite) Close() error
- func (sq *SQLite) CreateTable(tableName, table string) error
- func (sq *SQLite) CreateTableFromLayout(la Layout) error
- func (sq *SQLite) DropTable(tableName string) error
- func (sq *SQLite) Lock()
- func (sq *SQLite) Open(dataSourceName string) error
- func (sq *SQLite) TableExists(tableName string) (bool, error)
- func (sq *SQLite) Unlock()
- func (sq *SQLite) Vacuum() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layout ¶
type Layout struct {
// contains filtered or unexported fields
}
func (*Layout) SetTableName ¶
Click to show internal directories.
Click to hide internal directories.