\Horde_Db_Adapter_Base_Table

Summary

Methods
Properties
Constants
__construct()
getName()
getPrimaryKey()
getColumns()
getColumn()
getColumnNames()
getIndexes()
getIndexNames()
__get()
__isset()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
getIterator()
No public properties found
No constants found
No protected methods found
$_name
$_primaryKey
$_columns
$_indexes
N/A
No private methods found
No private properties found
N/A

Properties

$_name

$_name : string

The table's name.

Type

string

$_primaryKey

$_primaryKey : 

Type

$_columns

$_columns : 

Type

$_indexes

$_indexes : 

Type

Methods

__construct()

__construct(string  $name,   $primaryKey,   $columns,   $indexes) 

Constructor.

Parameters

string $name

The table's name.

$primaryKey
$columns
$indexes

getName()

getName() : string

Returns

string

getPrimaryKey()

getPrimaryKey() : mixed

Returns

mixed

getColumns()

getColumns() : array

Returns

array

getColumnNames()

getColumnNames() : array

Returns

array

getIndexes()

getIndexes() : array

Returns

array

getIndexNames()

getIndexNames() : array

Returns

array

__get()

__get(  $key) 

Parameters

$key

__isset()

__isset(  $key) 

Parameters

$key

offsetExists()

offsetExists(integer  $offset) : boolean

ArrayAccess: Check if the given offset exists

Parameters

integer $offset

Returns

boolean

offsetGet()

offsetGet(integer  $offset) : object

ArrayAccess: Return the value for the given offset.

Parameters

integer $offset

Returns

object —

{@link {@Horde_Db_Adapter_Base_ColumnDefinition}

offsetSet()

offsetSet(integer  $offset, mixed  $value) 

ArrayAccess: Set value for given offset

Parameters

integer $offset
mixed $value

offsetUnset()

offsetUnset(integer  $offset) 

ArrayAccess: remove element

Parameters

integer $offset

getIterator()

getIterator()