MapperBase

Base class for Mapper and VariantMapper

Constructors

this
this(ResultSet resultSet)
Undocumented in source.
this
this(PreparedStatement statement)
Undocumented in source.

Members

Functions

findColumn
int findColumn(string name)

Finds the index of a column.

Variables

resultSet
ResultSet resultSet;
Undocumented in source.
statement
PreparedStatement statement;
Undocumented in source.

Meta