PgORM::Database::ColumnInfo
Inherits YAML::Serializable < JSON::Serializable < DB::Mappable < DB::Serializable < Struct < Value < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(rs : DB::ResultSet)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceClass methods
from_rs(rs : DB::ResultSet)
SourceInstance methods
column_default
Sourcecolumn_default=(column_default : String | Nil)
Sourcecolumn_name
Sourcecolumn_name=(column_name : String)
Sourcedata_type
Sourcedata_type=(data_type : String)
Sourceis_nullable
Sourceis_nullable=(is_nullable : String)
Sourcenilable?
Sourcetable
Sourcetable_catalog
Sourcetable_catalog=(table_catalog : String)
Sourcetable_name
Sourcetable_name=(table_name : String)
Sourcetable_schema
Sourcetable_schema=(table_schema : String)
Sourcetable_type
Sourcetable_type=(table_type : String)
Source