Overview

Packages

  • Db
    • Adapter
    • Migration

Classes

  • Horde_Db_Adapter_Base
  • Horde_Db_Adapter_Base_Column
  • Horde_Db_Adapter_Base_ColumnDefinition
  • Horde_Db_Adapter_Base_Index
  • Horde_Db_Adapter_Base_Schema
  • Horde_Db_Adapter_Base_Table
  • Horde_Db_Adapter_Base_TableDefinition
  • Horde_Db_Adapter_Mysql
  • Horde_Db_Adapter_Mysql_Column
  • Horde_Db_Adapter_Mysql_Result
  • Horde_Db_Adapter_Mysql_Schema
  • Horde_Db_Adapter_Mysqli
  • Horde_Db_Adapter_Mysqli_Result
  • Horde_Db_Adapter_Pdo_Base
  • Horde_Db_Adapter_Pdo_Mysql
  • Horde_Db_Adapter_Pdo_Pgsql
  • Horde_Db_Adapter_Pdo_Sqlite
  • Horde_Db_Adapter_Postgresql_Column
  • Horde_Db_Adapter_Postgresql_Schema
  • Horde_Db_Adapter_SplitRead
  • Horde_Db_Adapter_Sqlite_Column
  • Horde_Db_Adapter_Sqlite_Schema

Interfaces

  • Horde_Db_Adapter
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Db_Adapter_Base_Index

Package: Db\Adapter
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Mike Naberezny mike@maintainable.com
Author: Derek DeVries derek@maintainable.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Db/Adapter/Base/Index.php
Methods summary
public
# __construct( string $table, string $name, boolean $primary, boolean $unique, array $columns )

Constructor.

Constructor.

Parameters

$table
The table the index is on.
$name
The index's name.
$primary
Is this a primary key?
$unique
Is this a unique index?
$columns
The columns this index covers.
public string
# getName( )

Returns

string
public string
# __toString( )

Comma-separated list of the columns in the primary key

Comma-separated list of the columns in the primary key

Returns

string
Properties summary
public string $table

The table the index is on.

The table the index is on.

#
public string $name

The index's name.

The index's name.

#
public mixed $unique
#
public boolean $primary

Is this a primary key?

Is this a primary key?

#
public array $columns

The columns this index covers.

The columns this index covers.

#
API documentation generated by ApiGen