iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ITypeHandler Interface

Summary description for ITypeHandler.

For a list of all members of this type, see ITypeHandler Members.

[Visual Basic]
Public Interface ITypeHandler
[C#]
public interface ITypeHandler

Types that implement ITypeHandler

Type Description
AnsiStringTypeHandler TypeHandler for AnsiString dbType
BaseTypeHandler Summary description for BaseTypeHandler.
BooleanTypeHandler Boolean TypeHandler.
ByteArrayTypeHandler Description résumée de ByteArrayTypeHandler.
ByteTypeHandler Description résumée de ByteTypeHandler.
CharTypeHandler Description résumée de CharTypeHandler.
CustomTypeHandler Custom type handler for adding a TypeHandlerCallback
DateTimeTypeHandler Description résumée de DateTimeTypeHandler.
DBNullTypeHandler DBNull TypeHandler.
DecimalTypeHandler DecimalTypeHandler.
DoubleTypeHandler Description résumée de Double.
EnumTypeHandler Summary description for EnumTypeHandler.
GuidTypeHandler Description résumée de GuidTypeHandler.
Int16TypeHandler Description résumée de Int16TypeHandler.
Int32TypeHandler Summary description for Int32TypeHandler.
Int64TypeHandler Description résumée de Int64TypeHandler.
NullableBooleanTypeHandler TypeHandler for Nullable Boolean Type
NullableByteTypeHandler TypeHandler for Nullable Byte Type
NullableCharTypeHandler TypeHandler for Nullable char Type
NullableDateTimeTypeHandler
NullableDecimalTypeHandler TypeHandler for Nullable decimal Type
NullableDoubleTypeHandler TypeHandler for Nullable double Type
NullableGuidTypeHandler TypeHandler for Nullable Guid type
NullableInt16TypeHandler TypeHandler for Nullable UInt16 Type
NullableInt32TypeHandler TypeHandler for Nullable Int32 Type
NullableInt64TypeHandler TypeHandler for Nullable Int64 Type
NullableSByteTypeHandler TypeHandler for SByte TimeSpan Type
NullableSingleTypeHandler TypeHandler for Nullable Single type
NullableTimeSpanTypeHandler TypeHandler for Nullable TimeSpan Type
NullableUInt16TypeHandler TypeHandler for Nullable Int16 type
NullableUInt32TypeHandler Summary description for Int32TypeHandler.
NullableUInt64TypeHandler TypeHandler for Nullable UInt64 Type
ObjectTypeHandler Description résumée de ObjectTypeHandler.
SByteTypeHandler SByteTypeHandler.
SingleTypeHandler Description résumée de SingleTypeHandler.
StringTypeHandler Description résumée de SByteTypeHandler.
TimeSpanTypeHandler Description résumée de TimespanTypeHandler.
UInt16TypeHandler TypeHandler for UInt16 Type
UInt32TypeHandler UInt32TypeHandler
UInt64TypeHandler Summary description for UInt64TypeHandler.
UnknownTypeHandler Implementation of TypeHandler for dealing with unknown types

Requirements

Namespace: IBatisNet.DataMapper.TypeHandlers

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

ITypeHandler Members | IBatisNet.DataMapper.TypeHandlers Namespace