Documentation
¶
Index ¶
- type DrySql
- func (drysql DrySql) ExecWithoutPrepare(query string, args ...interface{}) (result sql.Result, err error)
- func (drysql DrySql) PreparedExec(query string, inputs []interface{}) (sql.Result, error)
- func (drysql DrySql) PreparedQuery(query string, inputs []interface{}, scanner func(rows *sql.Rows) error) error
- func (drysql DrySql) QueryRow(query string, inputs []interface{}, outputs []interface{}) error
- func (drysql DrySql) QueryWithoutPrepare(query string, scanner func(rows *sql.Rows) error) (err error)
- func (drysql DrySql) UpdateTableRowFromStruct(tableName string, rowIdentifierTag string, updateStruct interface{}, ...) (err error)
- type SqlInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DrySql ¶
type DrySql struct {
// contains filtered or unexported fields
}
func GetDrySqlImplementation ¶
func GetDrySqlImplementation(sqlImpl SqlInterface) DrySql
func (DrySql) ExecWithoutPrepare ¶
func (DrySql) PreparedExec ¶
func (DrySql) PreparedQuery ¶
func (DrySql) QueryWithoutPrepare ¶
Click to show internal directories.
Click to hide internal directories.