Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • None
  • PHP

Classes

  • ArrayIterator
  • CachingIterator
  • Closure
  • DateTime
  • FilterIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • RecursiveArrayIterator
  • ReflectionClass
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty
  • SplObjectStorage
  • stdClass

Interfaces

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

Exceptions

  • ErrorException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfRangeException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree

Class PDOStatement

PDOStatement implements Traversable

Direct known subclasses

Statement
PHP Extension: PDO
Documented at php.net
Methods summary
public
# execute( $bound_input_params )
public
# fetch( $how, $orientation, $offset )
public
# bindParam( $paramno, & $param, $type, $maxlen, $driverdata )
public
# bindColumn( $column, & $param, $type, $maxlen, $driverdata )
public
# bindValue( $paramno, $param, $type )
public
# rowCount( )
public
# fetchColumn( $column_number )
public
# fetchAll( $how, $class_name, $ctor_args )
public
# fetchObject( $class_name, $ctor_args )
public
# errorCode( )
public
# errorInfo( )
public
# setAttribute( $attribute, $value )
public
# getAttribute( $attribute )
public
# columnCount( )
public
# getColumnMeta( $column )
public
# setFetchMode( $mode, $params )
public
# nextRowset( )
public
# closeCursor( )
public
# debugDumpParams( )
final public
# __wakeup( )
final public
# __sleep( )
Properties summary
public $queryString
#
Nette Framework 2.0.5 (for PHP 5.2, un-prefixed) API API documentation generated by ApiGen 2.7.0