Package org.dalesbred.result
package org.dalesbred.result
Handling database-results.
-
ClassDescriptionException thrown when expecting a unique result from a call, but got no results.Exception thrown when expecting a unique result from a call, but more then one row of results was returned by the database.Exception thrown when expecting update to modify a single row, but zero or multiple rows were modified.Callback for processing a whole
ResultSet
.Represents the results of the query along with its metadata.A builder for building ResultTables.Provides metadata about a column of the result.Represents a single row of results.RowMapper<T>Maps a single row of result-set into an object.Exception thrown when result from database is unexpected.