struct Avram::Database::ColumnInfo

Included Modules

Defined in:

avram/database/column_info.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

blank_for_validates_required? : Bool blank_for_validates_required?

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 column_default : String | Nil #

[View source]
def column_default=(column_default : String | Nil) #

[View source]
def column_name : String #

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

[View source]
def data_type : String #

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

[View source]
def is_nullable : String #

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

[View source]
def nilable? : Bool #

[View source]

[View source]
def table_catalog : String #

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

[View source]
def table_name : String #

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

[View source]
def table_schema : String #

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

[View source]
def table_type : String #

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

[View source]