PrimaryKeyInfo Class Reference

List of all members.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

PrimaryKeyInfo::PrimaryKeyInfo ( $  name)

 

Parameters:
string $name The name of the foreign key.


Member Function Documentation

PrimaryKeyInfo::getName ()

 

Get foreign key name.

Returns string

PrimaryKeyInfo::addColumn ( &$  column)

 

Parameters:
ColumnInfo $column

Returns void

& PrimaryKeyInfo::getColumns ()

 

Returns array ColumnInfo[]

PrimaryKeyInfo::toString ()

 

Returns string


Member Data Documentation

PrimaryKeyInfo::$name

 

name of the primary key

PrimaryKeyInfo::$columns = array()

 

columns in the primary key


This file is part of the Creole[php4] library.


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS