package
Version:
v0.0.0-...-9abeaa0
Opens a new window with list of versions in this module.
Published: Oct 29, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Interface interface {
Init(driverName, dataSourceName string) bool
CreatTables(DDL string) bool
Query(query string) (ok bool)
QueryResult() interface{}
Update(query string, args ...interface{}) bool
Insert(query string, args ...interface{}) bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.