Almanna
Description:
Content:
Interfaces:
- Loader - Base interface for an AlmannaLoader class,
provided to load all of the entity types in a project.
Classes:
- DataBinder -
- Query - Provides methods for manipulating a SqlBuilder
query.
- Connection - Wraps a Gda.Connection for use in a
ConnectionPool.
- ConnectionPool - Creates a pool of connections
for use by multi threaded or multi process applications.
- Server - Server provides connection and state to Almanna
through a singleton. This class provides methods to open connections to the data store, as well as perform non-entity functions on data,
including save and delete.
- Repo - Container for the collection of registered
entities.
- Config - Structured configuration for Almanna.
- Search - Provides functionality to search Entities and
retrieve records or lists of records.
- Entity - An Entity represents a record in a table, or
the table itself when defining it to Almanna.
- Comparison - Container for a SQL comparison.
- Column - Represents a column in an Almanna Entity.
- RelationshipInfo - Relationship information.
Enums:
Error domains: