class
Focus::PG::QuerySet
- Focus::PG::QuerySet
- Focus::QuerySet
- Reference
- Object
Defined in:
generator/pg/query_set.crConstructors
Instance Method Summary
- #db : Focus::DBConn
- #get_enums_metadata(schema_name : String) : Array(Metadata::Enum)
- #get_materialized_views(schema_name : String) : Array(Metadata::Table)
- #get_schema(schema : String) : Metadata::Schema
- #get_table_columns_metadata(db : Focus::DBConn, schema_name : String, table_name : String) : Array(Metadata::Column)
-
#get_tables_metadata(schema_name : String, table_type : TableType) : Array(Metadata::Table)
table_type can be "table" or "view"
Constructor Detail
Instance Method Detail
def get_table_columns_metadata(db : Focus::DBConn, schema_name : String, table_name : String) : Array(Metadata::Column)
#
table_type can be "table" or "view"