class Rot
- Rot
- Reference
- Object
Defined in:
dbschema2X/gencreateanddbdef.crdbschema2X/gencreatesql.cr
dbschema2X/gendbschema.cr
Constructors
Instance Method Summary
- #build_one_fk_ref(a_BasTableCreate : BasTableCreate, the_FKCreate : FKCreate)
-
#build_one_plain_column(a_PlainColumnCreate : PlainColumnCreate)
-
#create_dbschema
- #export_create_sql(tablesuffix : String)
-
#gen_ent_pk(a_BasTableCreate : BasTableCreate, tablesuffix : String)
-
#gen_relat_pk(a_BasTableCreate : BasTableCreate, tablesuffix : String) : String
- #name_to_table : Hash(String, BasTableCreate)
- #name_to_table=(name_to_table : Hash(String, BasTableCreate))
- #prepare
- #rot : String | Nil
- #rot=(rot : String | Nil)
- #table_with_parents : Hash(String, Array(String))
- #table_with_parents=(table_with_parents : Hash(String, Array(String)))
- #tables : Array(BasTableCreate)
- #tables=(tables : Array(BasTableCreate))
- #topoplogical_sort : Array(String)
- #topoplogical_sort=(topoplogical_sort : Array(String))