enum SQLite3::Type

Overview

Each of the possible types of an SQLite3 column.

Defined in:

sqlite3/type.cr

Enum Members

INTEGER = 1
FLOAT = 2
BLOB = 4
NULL = 5
TEXT = 3

Instance Method Summary

Instance Method Detail

def blob? #

[View source]
def float? #

[View source]
def integer? #

[View source]
def null? #

[View source]
def text? #

[View source]