Skip to content

PostgreSqlTypeMapping ​

Namespace: MJCZone.DapperMatic.Providers.PostgreSql

Assembly: MJCZone.DapperMatic

Summary ​

PostgreSQL specific type mapping configuration.

Inheritance ​

Implemented Interfaces:

public

Contents ​

Constructors (1) | Methods (11) | Properties (4)

Constructors ​

PostgreSqlTypeMapping ​

csharp
PostgreSqlTypeMapping()

Methods ​

MethodSummary
CreateGuidType
CreateObjectType
CreateTextType
CreateDateTimeType
CreateBinaryType
CreateXmlType
GetSupportedGeometryTypes
GetType
ToString
Equals
GetHashCode

CreateGuidType ​

csharp
SqlTypeDescriptor CreateGuidType()

Returns ​

Type: SqlTypeDescriptor

CreateObjectType ​

csharp
SqlTypeDescriptor CreateObjectType()

Returns ​

Type: SqlTypeDescriptor

CreateTextType ​

csharp
SqlTypeDescriptor CreateTextType()

Returns ​

Type: SqlTypeDescriptor

CreateDateTimeType ​

csharp
SqlTypeDescriptor CreateDateTimeType()

Returns ​

Type: SqlTypeDescriptor

CreateBinaryType ​

csharp
SqlTypeDescriptor CreateBinaryType()

Returns ​

Type: SqlTypeDescriptor

CreateXmlType ​

csharp
SqlTypeDescriptor CreateXmlType()

Returns ​

Type: SqlTypeDescriptor

GetSupportedGeometryTypes ​

csharp
Type[] GetSupportedGeometryTypes()

Returns ​

Type: Type[]

GetType ​

csharp
void GetType()

ToString ​

csharp
void ToString()

Equals ​

csharp
void Equals()

GetHashCode ​

csharp
void GetHashCode()

Properties ​

BooleanType ​

Type: string

EnumStringType ​

Type: string

IsUnicodeProvider ​

Type: bool

NumericTypeMap ​

Type: Dictionary<Type, string>