C# Class Shaolinq.Postgres.PostgresEnumSqlDataType

Inheritance: Shaolinq.Persistence.SqlDataType
Show file Open project: tumtumtum/Shaolinq

Public Methods

Method Description
ConvertForSql ( object value ) : TypedValue
GetReadExpression ( Expression dataReader, int ordinal ) : Expression
GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
PostgresEnumSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType, TypeDescriptorProvider typeDescriptorProvider ) : System

Method Details

ConvertForSql() public method

public ConvertForSql ( object value ) : TypedValue
value object
return Shaolinq.Persistence.TypedValue

GetReadExpression() public method

public GetReadExpression ( Expression dataReader, int ordinal ) : Expression
dataReader System.Linq.Expressions.Expression
ordinal int
return System.Linq.Expressions.Expression

GetSqlName() public method

public GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
propertyDescriptor Shaolinq.Persistence.PropertyDescriptor
constraintDefaults ConstraintDefaultsConfiguration
return string

PostgresEnumSqlDataType() public method

public PostgresEnumSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType, TypeDescriptorProvider typeDescriptorProvider ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
supportedType System.Type
typeDescriptorProvider Shaolinq.Persistence.TypeDescriptorProvider
return System