module Clickhouse::Reflection
Direct including types
Defined in:
clickhouse/reflection.crInstance Method Summary
- #database(name : String) : Database
- #databases : Array(Database)
- #table(database : String, name : String) : Table
- #tables(database : String) : Array(Table)