Overview

Packages

  • Doctrine
    • Access
    • Adapter
    • AuditLog
    • Builder
    • Cache
    • Cli
    • Collection
    • Column
    • Compiler
    • Configurable
    • Connection
    • Data
    • DataDict
    • Event
    • EventListener
    • Exception
    • Export
    • Expression
    • File
    • Formatter
    • Hook
    • Hydrate
    • I18n
    • Import
    • Inflector
    • IntegrityMapper
    • Lib
    • Locator
    • Locking
    • Manager
    • Migration
    • Node
    • Null
    • Overloadable
    • Pager
    • Parser
    • Plugin
    • Query
    • RawSql
    • Record
    • Relation
    • Search
    • Sequence
    • Table
    • Task
    • Template
    • Transaction
    • Tree
    • Util
    • Validator
    • View
  • None
  • PHP
  • symfony
    • yaml

Classes

  • Doctrine_Adapter_Mock
  • Doctrine_Adapter_Oracle
  • Doctrine_Adapter_Statement
  • Doctrine_Adapter_Statement_Mock
  • Doctrine_Adapter_Statement_Oracle

Interfaces

  • Doctrine_Adapter_Interface
  • Doctrine_Adapter_Statement_Interface

Exceptions

  • Doctrine_Adapter_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Download

Interface Doctrine_Adapter_Interface

This adapter interface should be implemented by all custom adapters

Direct known implementers

Doctrine_Adapter_Mock, Doctrine_Adapter_Oracle
Package: Doctrine\Adapter
License: LGPL
Author: Konsta Vesterinen <kvesteri@cc.hut.fi>
Version: $Revision: 7490 $
Since: 1.0
Link: www.doctrine-project.org
Located at Adapter/Interface.php
Methods summary
public
# prepare( mixed $prepareString )
public
# query( mixed $queryString )
public
# quote( mixed $input )
public
# exec( mixed $statement )
public
# lastInsertId( )
public
# beginTransaction( )
public
# commit( )
public
# rollBack( )
public
# errorCode( )
public
# errorInfo( )
public
# setAttribute( mixed $attribute, mixed $value )
public
# getAttribute( mixed $attribute )
Doctrine 1 API documentation generated by ApiGen 3.0dev