Class SimpleDbItemParser
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
colsColumnInfo[]The columns the result carries.
generatorGeneratorThe instruction writer to use.
nullSetPointNullSetPointWhere to jump when a value is
NULLand the object must collapse.