(ctx *sql.Context)
| 45 | } |
| 46 | |
| 47 | func GetCurrentCatalog(ctx *sql.Context) string { |
| 48 | return ctx.Session.(ConnectionHolder).GetCurrentCatalog() |
| 49 | } |
| 50 | |
| 51 | func GetCurrentSchema(ctx *sql.Context) string { |
| 52 | return ctx.Session.(ConnectionHolder).GetCurrentSchema() |
no test coverage detected