Namespaces

  • 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

  • Connection
  • Helpers
  • Row
  • SqlLiteral
  • SqlPreprocessor
  • Statement

Interfaces

  • IReflection
  • ISupplementalDriver
  • Overview
  • Namespace
  • Class
  • Tree

Class Row

Represents a single table row.

stdClass
Extended by Nette\ArrayHash implements ArrayAccess, Countable, IteratorAggregate
Extended by Nette\Database\Row
Namespace: Nette\Database
Author: David Grudl
Located at Database/Row.php
Methods summary
public
# __construct( Nette\Database\Statement $statement )
public mixed
# offsetGet( mixed $key )

Returns a item.

Returns a item.

Parameters

$key
mixed
key or index

Returns

mixed

Overrides

Nette\ArrayHash::offsetGet

Implementation of

ArrayAccess::offsetGet
Methods inherited from Nette\ArrayHash
count(), from(), getIterator(), offsetExists(), offsetSet(), offsetUnset()
Nette Framework 2.0.5 API API documentation generated by ApiGen 2.7.0