quill-d v0.1.4 (2016-03-05T16:19:36Z)
Home
Dub
Repo
MapperBase
quill
mapper_base
Base class for Mapper and VariantMapper
abstract
class
MapperBase {
this
(ResultSet resultSet);
this
(PreparedStatement statement);
protected
ResultSet
resultSet
;
protected
PreparedStatement
statement
;
int
findColumn
(string name);
}
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
Source
See Implementation
quill
mapper_base
classes
MapperBase
Base class for Mapper and VariantMapper