-
TFastSqlMapApplicationCache.php
-
-
TLazyLoadList.php
-
-
TPropertyAccess.php
-
-
TSqlMapCache.php
-
-
TSqlMapException.php
-
-
TSqlMapPagedList.php
-
-
TSqlMapTypeHandlerRegistry.php
-
-
TSqlMapConfig.php
-
-
TSqlMapGateway.php
-
-
TSqlMapManager.php
-
-
TFastSqlMapApplicationCache
-
TFastSqlMapApplicationCache class file
-
TInvalidPropertyException
-
TInvalidPropertyException, raised when setting or getting an invalid property.
-
TLazyLoadList
-
TLazyLoadList executes mapped statements when the proxy collection is first accessed.
-
TObjectProxy
-
TObjectProxy sets up a simple object that intercepts method calls to a particular object and relays the call to handler object.
-
TPropertyAccess
-
TPropertyAccess class provides dot notation stype property access and setting.
-
TSqlMapApplicationCache
-
TSqlMapApplicationCache uses the default Prado application cache for caching SqlMap results.
-
TSqlMapCache
-
Allow different implementation of caching strategy. See <tt>TSqlMapFifoCache</tt> for a first-in-first-out implementation. See <tt>TSqlMapLruCache</tt> for a least-recently-used cache implementation.
-
TSqlMapConfig
-
TSqlMapConfig module configuration class.
-
TSqlMapConfigurationException
-
TSqlMapConfigurationException, raised during configuration file parsing.
-
TSqlMapDuplicateException
-
TSqlMapDuplicateException, raised when a duplicate mapped statement is found.
-
TSqlMapException
-
TSqlMapException is the base exception class for all SqlMap exceptions.
-
TSqlMapExecutionException
-
TSqlMapException is the base exception class for all SqlMap exceptions.
-
TSqlMapFifoCache
-
First-in-First-out cache implementation, removes object that was first added when the cache is full.
-
TSqlMapGateway
-
DataMapper client, a fascade to provide access the rest of the DataMapper framework. It provides three core functions:
-
TSqlMapLruCache
-
Least recently used cache implementation, removes object that was accessed last when the cache is full.
-
TSqlMapManager
-
TSqlMapManager class holds the sqlmap configuation result maps, statements parameter maps and a type handler factory.
-
TSqlMapPagedList
-
TSqlMapPagedList implements a list with paging functionality that retrieves data from a SqlMap statement.
-
TSqlMapTypeHandler
-
A simple interface for implementing custom type handlers.
-
TSqlMapTypeHandlerRegistry
-
TTypeHandlerFactory provides type handler classes to convert database field type to PHP types and vice versa.
-
TSqlMapUndefinedException
-
TSqlMapUndefinedException, raised when mapped statemented are undefined.