(ctx context.Context, sql string, args ...any)
| 270 | // support both catalog pool and pgx.Tx |
| 271 | type CatalogQuerier interface { |
| 272 | Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error) |
| 273 | } |
| 274 | |
| 275 | func LoadTableSchemasFromCatalog( |
no outgoing calls