Overview

Packages

  • Db
    • Adapter
    • Migration

Classes

  • Horde_Db
  • Horde_Db_Exception
  • Horde_Db_SearchParser
  • Horde_Db_StatementParser
  • Horde_Db_Value_Binary

Interfaces

  • Horde_Db_Value
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Db

Package: Db
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Jan Schneider jan@horde.org
Located at Horde/Db.php
Constants summary
integer FETCH_ASSOC

Specifies that the fetch method shall return each row as an array indexed by column name as returned in the corresponding result set.

Specifies that the fetch method shall return each row as an array indexed by column name as returned in the corresponding result set.

# 2
integer FETCH_NUM

Specifies that the fetch method shall return each row as an array indexed by column number as returned in the corresponding result set, starting at column 0.

Specifies that the fetch method shall return each row as an array indexed by column number as returned in the corresponding result set, starting at column 0.

# 3
integer FETCH_BOTH

Specifies that the fetch method shall return each row as an array indexed by both column name and number as returned in the corresponding result set, starting at column 0.

Specifies that the fetch method shall return each row as an array indexed by both column name and number as returned in the corresponding result set, starting at column 0.

# 4
API documentation generated by ApiGen