C# Class Shaolinq.Postgres.PostgresTimespanSqlDataType

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
PostgresTimespanSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType ) : 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

PostgresTimespanSqlDataType() public method

public PostgresTimespanSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
supportedType System.Type
return System