struct Interro::SchemaGenerator::ColumnMetadata

Included Modules

Defined in:

schema_generator.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor methods inherited from module DB::Serializable

new(*, __set_for_db_serializable rs : DB::ResultSet) new

Constructor Detail

def self.new(rs : DB::ResultSet) #

[View source]

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]

Instance Method Detail

def character_maximum_length : Int32 | Nil #

[View source]
def column_default : String | Nil #

[View source]
def column_name : String #

[View source]
def data_type : String #

[View source]
def nullable? : Bool #

[View source]
def table_name : String #

[View source]