Skip to content

SqliteTypes ​

Namespace: MJCZone.DapperMatic.Providers.Sqlite

Assembly: MJCZone.DapperMatic

Summary ​

Provides constants for SQLite data types.

static public

Contents ​

Methods (4) | Fields (33)

Methods ​

GetType ​

csharp
void GetType()

ToString ​

csharp
void ToString()

Equals ​

csharp
void Equals()

GetHashCode ​

csharp
void GetHashCode()

Fields ​

sql_integer ​

INTEGER affinity type.

Type: object

sql_int ​

INT affinity type.

Type: object

sql_tinyint ​

TINYINT affinity type.

Type: object

sql_smallint ​

SMALLINT affinity type.

Type: object

sql_mediumint ​

MEDIUMINT affinity type.

Type: object

sql_bigint ​

BIGINT affinity type.

Type: object

sql_unsigned_big_int ​

UNSIGNED BIG INT affinity type.

Type: object

sql_int2 ​

INT2 affinity type.

Type: object

sql_int4 ​

INT4 affinity type.

Type: object

sql_int8 ​

INT8 affinity type.

Type: object

sql_real ​

REAL affinity type.

Type: object

sql_double ​

DOUBLE affinity type.

Type: object

sql_double_precision ​

DOUBLE PRECISION affinity type.

Type: object

sql_float ​

FLOAT affinity type.

Type: object

sql_numeric ​

NUMERIC affinity type.

Type: object

sql_decimal ​

DECIMAL affinity type.

Type: object

sql_bool ​

BOOL type stored as numeric.

Type: object

sql_boolean ​

BOOLEAN type stored as numeric.

Type: object

sql_date ​

DATE type stored as numeric.

Type: object

sql_datetime ​

DATETIME type stored as numeric.

Type: object

sql_timestamp ​

TIMESTAMP type stored as numeric.

Type: object

sql_time ​

TIME type stored as numeric.

Type: object

sql_year ​

YEAR type stored as numeric.

Type: object

sql_char ​

CHAR affinity type.

Type: object

sql_nchar ​

NCHAR affinity type.

Type: object

sql_varchar ​

VARCHAR affinity type.

Type: object

sql_nvarchar ​

NVARCHAR affinity type.

Type: object

sql_character ​

CHARACTER affinity type.

Type: object

sql_varying_character ​

VARYING CHARACTER affinity type.

Type: object

sql_native_character ​

NATIVE CHARACTER affinity type.

Type: object

sql_text ​

TEXT affinity type.

Type: object

sql_clob ​

CLOB affinity type.

Type: object

sql_blob ​

BLOB affinity type.

Type: object