struct DB::DriverSpecs::ColumnDef
- DB::DriverSpecs::ColumnDef
 - Struct
 - Value
 - Object
 
Defined in:
spec.crConstructors
Instance Method Summary
- #clone
 - #copy_with(name _name = @name, sql_type _sql_type = @sql_type, null _null = @null)
 - #name : String
 - #null : Bool
 - #sql_type : String
 
Constructor Detail
Instance Method Detail
        
        def copy_with(name _name = @name, sql_type _sql_type = @sql_type, null _null = @null)
        #