SqliteType Enum

Definition

Represents the type affinities used by columns in SQLite tables.

public enum SqliteType
type SqliteType = 
Public Enum SqliteType
Inheritance
SqliteType

Fields

Blob 4

A blob of data.

Integer 1

A signed integer.

Real 2

A floating point value.

Text 3

A text string.

Applies to