\Horde_Db_Adapter_Base_Index

Summary

Methods
Properties
Constants
__construct()
getName()
__toString()
$table
$name
$unique
$primary
$columns
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$table

$table : string

The table the index is on.

Type

string

$name

$name : string

The index's name.

Type

string

$unique

$unique : 

Type

$primary

$primary : boolean

Is this a primary key?

Type

boolean

$columns

$columns : array

The columns this index covers.

Type

array

Methods

__construct()

__construct(string  $table, string  $name, boolean  $primary, boolean  $unique, array  $columns) 

Constructor.

Parameters

string $table

The table the index is on.

string $name

The index's name.

boolean $primary

Is this a primary key?

boolean $unique

Is this a unique index?

array $columns

The columns this index covers.

getName()

getName() : string

Returns

string

__toString()

__toString() : string

Comma-separated list of the columns in the primary key

Returns

string