sadu 2.3.0 API

Packages
Package
Description
General base classes.
 
 
Utilities to convert values
Base for defining a database implementation
Exceptions that might be thrown when working with a database implementation
Base for handling exceptions in functional interfaces
Base for creating a jdbc url
Base for implementing a new SQL type
 
Implementation of a datasource creator
 
Exceptions that might be thrown when creating a datasource
Contains the stages of a data source creator
The mapper package is responsible to map rows into a java object.
 
Exceptions that might be thrown when working with mappings.
 
Classes and interfaces used to map rows
Utilities used by the mapper
Holds wrapper for java types
 
 
 
 
 
 
 
 
 
 
 
 
 
api base module for general interfaces
Defines pi for creating a query call
Defines the api for adding data to a statement
Defines the api for creating calls
 
 
 
Defines the api for reading data
Defines the api for writing data
Defines the api for a parameter
Defines the api for creating a query
Defined the api for result handling
Defines the api for result reading
Defines the result of an insertion action.
Defines the result of a manipulation action like deleting and updating.
Defines api for query storage
Implementation for creating calls
Implementation for adapters that bind java objects to a prepared statement
Holds the implementation of Calls
Implementation for query configuration.
 
 
General exception definitions
Implementation for executing reading queries.
Implementatino for executing writing queries.
Implementatino for parameter
Implementations for queries
Implementation for retrieving results of a reading query.
Implementation for results of an insertion query.
Implementation for results of an update or delete query.
Implementation of the query storage.
 
 
 
 
The tests package contains utils to simply validate the integrity of sadus updater files using junit.
Holds the implementation for the sql updater