package
Version:
v0.0.0-...-3b4bda9
Opens a new window with list of versions in this module.
Published: Jun 20, 2016
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type InsertionStmtExecutor interface {
ExecuteInsertionStmt(stmt *sql.Stmt, additionalArgs ...interface{}) error
}
type QDB struct {
*sql.DB
}
type QueryStmtExecutor interface {
ExecuteQueryStmt(stmt *sql.Stmt, additionalArgs ...interface{}) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.