PRADO Component Framework for PHP 5
  • Home
  • About
  • Testimonials
  • Demos
  • Download
  • Documentation
  • Forum
  • Development
  • Tutorials
  • Class Docs
  • API Manual
  • Wiki

Packages

  • None
  • System
    • Caching
    • Collections
    • Data
      • ActiveRecord
        • Relations
        • Scaffold
          • InputBuilder
      • Commom
        • Sqlite
      • Common
        • Mssql
        • Mysql
        • Oracle
        • Pgsql
        • Sqlite
      • DataGateway
      • SqlMap
        • Configuration
        • Statements
    • Exceptions
    • I18N
    • IO
    • Security
    • Util
    • Web
      • Javascripts
      • Services
      • UI
        • ActiveControls
        • WebControls
    • Xml
  • Wsat
    • pages
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Package System\Data\SqlMap

Packages summary
System\Data\SqlMap\Configuration
System\Data\SqlMap\Statements
Classes summary
TFastSqlMapApplicationCache TFastSqlMapApplicationCache class file
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 TSqlMapFifoCache for a first-in-first-out implementation. See TSqlMapLruCache for a least-recently-used cache implementation.
TSqlMapConfig TSqlMapConfig module configuration class.
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.
Exceptions summary
TInvalidPropertyException TInvalidPropertyException, raised when setting or getting an invalid property.
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.
TSqlMapUndefinedException TSqlMapUndefinedException, raised when mapped statemented are undefined.
Terms of Service | Contact Us
PRADO v3.2.4 API Manual API documentation generated by ApiGen 2.8.0
Copyright © 2006-2014 by the PRADO Group.
Powered by PRADO