Maps each property of T to a column in a ResultSet. If T is a class, it will new it up and map all of the public fields. If T is a primitive type it will assume the result of the query boils down to a single value and returns that.
Maps a class into a PreparedStatement
Maps an array of models where the ResultSet is expected to have multiple rows
Maps a single T where the ResultSet is expected to have only one row.
Finds the index of a column.
Maps parameters, and results to a class specified by T.