Versions in this module Expand all Collapse all v0 v0.9.1 Apr 30, 2023 Changes in this version + func CheckConstraints(db *sql.DB, schemaName, tableName string) ([]m.CheckConstraint, error) + func Columns(db *sql.DB, schemaName, tableName string) ([]m.Column, error) + func CurrentCatalog(db *sql.DB) (m.Catalog, error) + func Indexes(db *sql.DB, schemaName, tableName string) ([]m.Index, error) + func Name() string + func PrimaryKeys(db *sql.DB, schemaName, tableName string) ([]m.PrimaryKey, error) + func ReferentialConstraints(db *sql.DB, schemaName, tableName string) ([]m.ReferentialConstraint, error) + func Schemata(db *sql.DB, nclude, xclude string) ([]m.Schema, error) + func Tables(db *sql.DB, schemaName string) ([]m.Table, error) + func UniqueConstraints(db *sql.DB, schemaName, tableName string) ([]m.UniqueConstraint, error)