struct
Lustra::Model::Introspection::SchemaDescription
- Lustra::Model::Introspection::SchemaDescription
- Struct
- Value
- Object
Overview
Full table snapshot combining columns and indexes.
Defined in:
lustra/model/modules/introspection.crConstructors
Instance Method Summary
- #columns : Array(Lustra::Model::Introspection::SchemaColumnInfo)
- #indexes : Array(Lustra::Model::Introspection::SchemaIndexInfo)
- #schema : String
- #table : String
Constructor Detail
def self.new(schema : String, table : String, columns : Array(SchemaColumnInfo), indexes : Array(SchemaIndexInfo))
#