C# Class Shaolinq.Postgres.PostgresSqlDataTypeProvider

Inheritance: Shaolinq.Persistence.DefaultSqlDataTypeProvider
Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode Description
PostgresSqlDataTypeProvider ( TypeDescriptorProvider typeDescriptorProvider, ConstraintDefaultsConfiguration constraintDefaultsConfiguration, bool nativeUuids, bool nativeEnums ) : System

Méthodes protégées

Méthode Description
GetBlobDataType ( ) : SqlDataType
GetEnumDataType ( Type type ) : SqlDataType

Method Details

GetBlobDataType() protected méthode

protected GetBlobDataType ( ) : SqlDataType
Résultat Shaolinq.Persistence.SqlDataType

GetEnumDataType() protected méthode

protected GetEnumDataType ( Type type ) : SqlDataType
type System.Type
Résultat Shaolinq.Persistence.SqlDataType

PostgresSqlDataTypeProvider() public méthode

public PostgresSqlDataTypeProvider ( TypeDescriptorProvider typeDescriptorProvider, ConstraintDefaultsConfiguration constraintDefaultsConfiguration, bool nativeUuids, bool nativeEnums ) : System
typeDescriptorProvider TypeDescriptorProvider
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
nativeUuids bool
nativeEnums bool
Résultat System