(query string, args ...interface{})
| 98 | Exec(query string, args ...interface{}) (sql.Result, error) |
| 99 | Select(i interface{}, query string, args ...interface{}) ([]interface{}, error) |
| 100 | SelectInt(query string, args ...interface{}) (int64, error) |
| 101 | SelectNullInt(query string, args ...interface{}) (sql.NullInt64, error) |
| 102 | SelectFloat(query string, args ...interface{}) (float64, error) |
| 103 | SelectNullFloat(query string, args ...interface{}) (sql.NullFloat64, error) |
no outgoing calls