Search Results for

    Show / Hide Table of Contents

    Namespace Npgsql.Internal.TypeHandlers.NumericHandlers

    Classes

    DoubleHandler

    A type handler for the PostgreSQL double precision data type.

    Int16Handler

    A type handler for the PostgreSQL smallint data type.

    Int32Handler

    A type handler for the PostgreSQL integer data type.

    Int64Handler

    A type handler for the PostgreSQL bigint data type.

    MoneyHandler

    A type handler for the PostgreSQL money data type.

    NumericHandler

    A type handler for the PostgreSQL numeric data type.

    SingleHandler

    A type handler for the PostgreSQL real data type.

    UInt32Handler

    A type handler for PostgreSQL unsigned 32-bit data types. This is only used for internal types.

    UInt64Handler

    A type handler for PostgreSQL unsigned 64-bit data types. This is only used for internal types.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team