Documentation
¶
Index ¶
- type ERESULT
- type ROWS
- type SQLITE
- func (sql *SQLITE) Close()
- func (sql *SQLITE) Connect(fname string) error
- func (sql *SQLITE) EXEC(q string) ERESULT
- func (sql *SQLITE) Insert(tbs string, feilds string, val ...interface{}) ERESULT
- func (sql *SQLITE) Query(q string) ROWS
- func (sql *SQLITE) Update(tbs string, where string, feilds string, val ...interface{}) ERESULT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.