(context.Context, ast.Node, string, []string, *named.ParamSet)
| 120 | |
| 121 | type Analyzer interface { |
| 122 | Analyze(context.Context, ast.Node, string, []string, *named.ParamSet) (*analysis.Analysis, error) |
| 123 | Close(context.Context) error |
| 124 | // EnsureConn initializes the database connection with the given migrations. |
| 125 | // This is required for database-only mode where we need to connect before analyzing queries. |
no outgoing calls