Versions in this module Expand all Collapse all v1 v1.6.1 Feb 26, 2021 Changes in this version + type Column struct + Catalog string + DataType string + IsNullable bool + Name string + Schema string + Table string + type InformationSchema struct + func Newo(c *catalog.Catalog) InformationSchema + func (i *InformationSchema) Columns() []Column + func (i *InformationSchema) Schemata() []Schema + func (i *InformationSchema) Tables() []Table + type Schema struct + Catalog string + Name string + type Table struct + Catalog string + Name string + Schema string