Table of Contents

Class SimpleDbItemParser

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Base plan for a value that can be read from the current row. Derive from this type when a custom plan can provide its own read instructions.

public abstract class SimpleDbItemParser : DbItemPlan, ISimpleDbItemPlan
Inheritance
SimpleDbItemParser
Implements
Derived
Inherited Members
Extension Methods

Methods

Emit(ColumnInfo[], Generator, NullSetPoint)

Writes the instructions that read this value from the current row.

public abstract void Emit(ColumnInfo[] cols, Generator generator, NullSetPoint nullSetPoint)

Parameters

cols ColumnInfo[]

The columns the result carries.

generator Generator

The instruction writer to use.

nullSetPoint NullSetPoint

Where to jump when a value is NULL and the object must collapse.