Class RangeHandler
Base class for all type handlers which handle PostgreSQL ranges.
Inherited Members
Namespace: Npgsql.TypeHandlers
Assembly: Npgsql.dll
Syntax
public abstract class RangeHandler : NpgsqlTypeHandler
Remarks
See http://www.postgresql.org/docs/current/static/rangetypes.html
The type handler API allows customizing Npgsql's behavior in powerful ways. However, although it is public, it should be considered somewhat unstable, and may change in breaking ways, including in non-major releases. Use it at your own risk.
Constructors
| Improve this DocRangeHandler(PostgresType)
Declaration
protected RangeHandler(PostgresType rangePostgresType)
Parameters
Type | Name | Description |
---|---|---|
PostgresType | rangePostgresType |
Methods
| Improve this DocCreateRangeHandler(PostgresRangeType)
Creates a type handler for ranges of this handler's type.
Declaration
public override RangeHandler CreateRangeHandler(PostgresRangeType rangeBackendType)
Parameters
Type | Name | Description |
---|---|---|
PostgresRangeType | rangeBackendType |
Returns
Type | Description |
---|---|
RangeHandler |