Table of Contents

Class SqlValue.Tags

Namespace
Npgsql.FSharp
Assembly
Npgsql.FSharp.dll
public static class SqlValue.Tags
Inheritance
SqlValue.Tags
Inherited Members

Fields

Bool

public const int Bool = 6

Field Value

int

Bytea

public const int Bytea = 9

Field Value

int

Date

public const int Date = 5

Field Value

int

Decimal

public const int Decimal = 8

Field Value

int

HStore

public const int HStore = 10

Field Value

int

Int

public const int Int = 2

Field Value

int

Jsonb

public const int Jsonb = 13

Field Value

int

Long

public const int Long = 3

Field Value

int

Null

public const int Null = 0

Field Value

int

Number

public const int Number = 7

Field Value

int

Short

public const int Short = 1

Field Value

int

String

public const int String = 4

Field Value

int

Time

public const int Time = 14

Field Value

int

TimeWithTimeZone

public const int TimeWithTimeZone = 12

Field Value

int

Uuid

public const int Uuid = 11

Field Value

int