Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • ArrayIterator
  • ArrayObject
  • Closure
  • DateTime
  • DateTimeZone
  • DirectoryIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • RecursiveIteratorIterator
  • SplFileInfo

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • RecursiveIterator
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • Exception
  • InvalidArgumentException
  • LogicException
  • PDOException
  • RuntimeException
  • UnexpectedValueException

Class PDOStatement

PDOStatement implements Traversable

Direct known subclasses

ICanBoogie\ActiveRecord\Statement

PHP Extension: PDO
Documented at php.net

Methods summary

public
# execute( mixed $bound_input_params )
public
# fetch( mixed $how, mixed $orientation, mixed $offset )
public
# bindParam( mixed $paramno, mixed & $param, mixed $type, mixed $maxlen, mixed $driverdata )
public
# bindColumn( mixed $column, mixed & $param, mixed $type, mixed $maxlen, mixed $driverdata )
public
# bindValue( mixed $paramno, mixed $param, mixed $type )
public
# rowCount( )
public
# fetchColumn( mixed $column_number )
public
# fetchAll( mixed $how, mixed $class_name, mixed $ctor_args )
public
# fetchObject( mixed $class_name, mixed $ctor_args )
public
# errorCode( )
public
# errorInfo( )
public
# setAttribute( mixed $attribute, mixed $value )
public
# getAttribute( mixed $attribute )
public
# columnCount( )
public
# getColumnMeta( mixed $column )
public
# setFetchMode( mixed $mode, mixed $params )
public
# nextRowset( )
public
# closeCursor( )
public
# debugDumpParams( )
final public
# __wakeup( )
final public
# __sleep( )

Magic methods summary

Properties summary

public mixed $queryString
#
Autodoc API documentation generated by ApiGen 2.8.0