struct PgORM::Database::ColumnInfo
- PgORM::Database::ColumnInfo
- Struct
- Value
- Object
Included Modules
- DB::Mappable
- DB::Serializable
- JSON::Serializable
- YAML::Serializable
Defined in:
pg-orm/database.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(rs : DB::ResultSet)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #column_default : String | Nil
- #column_default=(column_default : String | Nil)
- #column_name : String
- #column_name=(column_name : String)
- #data_type : String
- #data_type=(data_type : String)
- #is_nullable : String
- #is_nullable=(is_nullable : String)
- #nilable?
- #table
- #table_catalog : String
- #table_catalog=(table_catalog : String)
- #table_name : String
- #table_name=(table_name : String)
- #table_schema : String
- #table_schema=(table_schema : String)
- #table_type : String
- #table_type=(table_type : String)