struct

PgORM::Database::TableInfo

Inherits YAML::Serializable < JSON::Serializable < Struct < Value < Object

Constructors

new(table_name : String, table_type : String, table_schema : String, table_catalog : String)
Source
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

column(name : String) : ColumnInfo | Nil
Source
column?(name : String)
Source
column_names
Source
columns
Source
table?
Source
table_catalog
Source
table_name
Source
table_schema
Source
table_type
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source