class BasTableCreate

Defined in:

dbschema2X/gencreateanddbdef.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def collect_pk #

[View source]
def entity : EntityTableCreate #

[View source]
def entity=(entity : EntityTableCreate) #

[View source]
def get_pk #

[View source]
def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def plain_attributes : Array(PlainColumnCreate) #

[View source]
def plain_attributes=(plain_attributes : Array(PlainColumnCreate)) #

[View source]
def relat : RelatTableCreate #

[View source]
def relat=(relat : RelatTableCreate) #

[View source]
def related_attributes : Array(FKCreate) #

[View source]
def related_attributes=(related_attributes : Array(FKCreate)) #

[View source]
def tablename : String #

[View source]
def tablename=(tablename : String) #

[View source]