Documentation
¶
Index ¶
- func ALTER_TABLE_ADD(table Table, column string, create string) string
- func ALTER_TABLE_DROP(table Table, column string) string
- func ALTER_TABLE_RENAME(oldname string, name string) string
- func COPY_TABLE(table Table, dest string, pragma map[string]string) string
- func CREATE_TABLE(table Table) string
- func CREATE_TEMP_TABLE(table Table) string
- func Columns(table Table) map[string]string
- func DROP_TABLE(table Table) string
- func INSERT_VALUES(table Table, fields []string, values []string) string
- func Values(table Table) map[string]string
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ALTER_TABLE_DROP ¶
func ALTER_TABLE_RENAME ¶
func CREATE_TABLE ¶
func CREATE_TEMP_TABLE ¶
func DROP_TABLE ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.