Skip to content

PostgreSqlTypeMapping

Namespace: MJCZone.DapperMatic.Providers.PostgreSql

Assembly: MJCZone.DapperMatic

Summary

PostgreSQL specific type mapping configuration.

Inheritance

Base Class: ProviderTypeMappingBase

public

Contents

Constructors (1) | Methods (12) | Properties (3)

Constructors

PostgreSqlTypeMapping

csharp
PostgreSqlTypeMapping()

Methods

MethodSummary
CreateGuidType
CreateObjectType
CreateDateTimeType
CreateBinaryType
CreateXmlType
CreateNetworkType
CreateCharType
CreateTextType
GetType
ToString
Equals
GetHashCode

CreateGuidType

csharp
SqlTypeDescriptor CreateGuidType()

Returns

Type: SqlTypeDescriptor

CreateObjectType

csharp
SqlTypeDescriptor CreateObjectType()

Returns

Type: SqlTypeDescriptor

CreateDateTimeType

csharp
SqlTypeDescriptor CreateDateTimeType()

Returns

Type: SqlTypeDescriptor

CreateBinaryType

csharp
SqlTypeDescriptor CreateBinaryType()

Returns

Type: SqlTypeDescriptor

CreateXmlType

csharp
SqlTypeDescriptor CreateXmlType()

Returns

Type: SqlTypeDescriptor

CreateNetworkType

csharp
SqlTypeDescriptor CreateNetworkType()

Returns

Type: SqlTypeDescriptor

CreateCharType

csharp
CreateCharType()

CreateTextType

csharp
CreateTextType()

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

BooleanType

Type: string

IsUnicodeProvider

Type: bool

NumericTypeMap

Type: Dictionary<Type, string>