Table of Contents

Class SQLiteTypes

Namespace
The.SQLite
Assembly
Instagile.SQLite.dll
public static class SQLiteTypes
Inheritance
SQLiteTypes
Inherited Members

Remarks

Fields

ADO

public static readonly Dictionary<AttributeType, SqliteType> ADO

Field Value

Dictionary<AttributeType, SqliteType>

Default

public static readonly Dictionary<AttributeType, string> Default

Field Value

Dictionary<AttributeType, string>

SQL

public static readonly Dictionary<AttributeType, string> SQL

Field Value

Dictionary<AttributeType, string>

Methods

Read(AttributeType, bool)

public static ReadColumn Read(AttributeType type, bool isNullable)

Parameters

type AttributeType
isNullable bool

Returns

ReadColumn

Write(AttributeType, bool)

public static WriteColumn Write(AttributeType type, bool isNullable)

Parameters

type AttributeType
isNullable bool

Returns

WriteColumn

WriteVersion(ulong)

public static byte[] WriteVersion(ulong raw)

Parameters

raw ulong

Returns

byte[]