Search Results for

    Show / Hide Table of Contents

    Namespace Npgsql.Internal.TypeHandlers

    Classes

    ArrayHandler

    Non-generic base class for all type handlers which handle PostgreSQL arrays. Extend from ArrayHandler<TElement> instead.

    ArrayHandler<TElement>

    Base class for all type handlers which handle PostgreSQL arrays.

    BitStringArrayHandler

    A special handler for arrays of bit strings. Differs from the standard array handlers in that it returns arrays of bool for BIT(1) and arrays of BitArray otherwise (just like the scalar BitStringHandler does).

    BitStringHandler

    A type handler for the PostgreSQL bit string data type.

    BoolHandler

    A type handler for the PostgreSQL bool data type.

    ByteaHandler

    A type handler for the PostgreSQL bytea data type.

    HstoreHandler

    A type handler for the PostgreSQL hstore extension data type, which stores sets of key/value pairs within a single PostgreSQL value.

    JsonHandler

    A type handler for the PostgreSQL json and jsonb data type.

    JsonPathHandler

    A type handler for the PostgreSQL jsonpath data type.

    MultirangeHandler<TSubtype>

    MultirangeHandler<TSubtype1, TSubtype2>

    RangeHandler<TSubtype>

    A type handler for PostgreSQL range types.

    RangeHandler<TSubtype1, TSubtype2>

    Type handler for PostgreSQL range types.

    TextHandler

    A type handler for PostgreSQL character data types (text, char, varchar, xml...).

    UuidHandler

    A type handler for the PostgreSQL uuid data type.

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