Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • Tracy

Classes

  • Connection
  • Context
  • Helpers
  • ResultSet
  • Row
  • SqlLiteral
  • SqlPreprocessor

Interfaces

  • IReflection
  • IRow
  • IRowContainer
  • ISupplementalDriver
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Row

Represents a single table row.

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

Returns a item.

Returns a item.

Parameters

$key
mixed
key or index

Returns

mixed

Overrides

Nette\Utils\ArrayHash::offsetGet()

Implementation of

ArrayAccess::offsetGet()
public boolean
# offsetExists( mixed $key )

Checks if $key exists.

Checks if $key exists.

Parameters

$key
mixed
key or index

Returns

boolean

Overrides

Nette\Utils\ArrayHash::offsetExists()

Implementation of

ArrayAccess::offsetExists()
Methods inherited from Nette\Utils\ArrayHash
count(), from(), getIterator(), offsetSet(), offsetUnset()
Nette 2.2 API documentation generated by ApiGen 2.8.0