(ctx context.Context, method, sql string, values []interface{})
| 29 | |
| 30 | ExecuteScripts(method, sql string, values []interface{}) (sc Scanner) |
| 31 | ExecuteScriptsCtx(ctx context.Context, method, sql string, values []interface{}) (sc Scanner) |
| 32 | } |
no outgoing calls