README
DB
Any
BeginTransaction
Connection
ConnectionContext
ConnectionLost
ConnectionRefused
Database
Disposable
Driver
DriverSpecs
ColumnDef
Error
ExecResult
Mappable
MappingException
Pool
TimeoutHelper
PoolPreparedStatement
PoolRetryAttemptsExceeded
PoolStatement
PoolTimeout
PoolUnpreparedStatement
QueryMethods
ResultSet
Rollback
SavePointTransaction
SessionMethods
PreparedQuery
UnpreparedQuery
Statement
StatementMethods
StringKeyCache
TopLevelTransaction
Transaction
struct
DB::DriverSpecs::ColumnDef
DB::DriverSpecs::ColumnDef
Struct
Value
Object
Defined in:
spec.cr
Constructors
.new
(name : String, sql_type : String, null : Bool)
Instance Method Summary
#clone
#name
: String
#null
: Bool
#sql_type
: String
Constructor Detail
def self.
new
(name : String, sql_type : String, null : Bool)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
name
: String
#
def
null
: Bool
#
def
sql_type
: String
#