(query string, args ...interface{})
| 102 | SelectFloat(query string, args ...interface{}) (float64, error) |
| 103 | SelectNullFloat(query string, args ...interface{}) (sql.NullFloat64, error) |
| 104 | SelectStr(query string, args ...interface{}) (string, error) |
| 105 | SelectNullStr(query string, args ...interface{}) (sql.NullString, error) |
| 106 | SelectOne(holder interface{}, query string, args ...interface{}) error |
| 107 | Query(query string, args ...interface{}) (*sql.Rows, error) |
no outgoing calls