Class src_foundation_tables_BREVETS

Description

Implements interfaces:

Stellt die Verbindung zur Tabelle 'brevet' her

Verwaltet die Brevets

Located in /src/foundation/tables/class.BREVETS.php (line 55)

src_foundation_tables_PARENTTABLES
   |
   --src_foundation_tables_BREVETS
Variable Summary
Method Summary
void __construct ()
boolean deleteRow ()
string getOptionList ([int $index = 0])
array getRow ()
boolean insertRow (array $data)
void setParams (int $brevet_id)
void unsetParams ()
boolean updateData ()
boolean updateRow (array $data)
Variables
int $brevet_id = 0 (line 83)

aktuelle brevet_id

  • access: public
string $dbTableName = 'brevets' (line 67)

Beinhaltet den Datenbanknamen (brevet)

  • access: protected

Inherited Variables

Inherited from src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::$oSeen
Methods
Constructor __construct (line 256)

Konstruktor

lädt alle brevets

void __construct ()

Redefinition of:
src_foundation_tables_PARENTTABLES::__construct()
Konstruktor
deleteRow (line 173)

löscht einen Datensatz

boolean deleteRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::deleteRow()
löscht einen Datensatz
getOptionList (line 233)

liefert eine Optionslist mit allen Brevets

string getOptionList (int $index)
  • int $index
getRow (line 95)

liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden

array getRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::getRow()
liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden
insertRow (line 146)

fügt einen neuen Datensatz ein

boolean insertRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::insertRow()
fügt einen neuen Datensatz ein
setParams (line 299)

setzt die Daten für die aktuelle Bearbeitung

void setParams (int $brevet_id)
  • int $brevet_id
unsetParams (line 218)

löscht die Parameter, die den gegenwärtigen Datensatz identifizieren

void unsetParams ()

Implementation of:
src_interfaces_TABLEINTERFACE::unsetParams()
löscht die Parameter, die den gegenwärtigen Datensatz identifizieren
updateData (line 199)

aktualisiert die Daten im gegenwertigen Objekt

boolean updateData ()

Implementation of:
src_interfaces_TABLEINTERFACE::updateData()
aktualisiert die Daten im gegenwertigen Objekt
updateRow (line 117)

veranlasst ein Update

boolean updateRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::updateRow()
veranlasst ein Update

Inherited Methods

Inherited From src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::__construct()
src_foundation_tables_PARENTTABLES::delete()
src_foundation_tables_PARENTTABLES::getArrKeys()
src_foundation_tables_PARENTTABLES::getFlags()
src_foundation_tables_PARENTTABLES::getKontakte()
src_foundation_tables_PARENTTABLES::getSea()
src_foundation_tables_PARENTTABLES::getSeen()
src_foundation_tables_PARENTTABLES::getTableName()
src_foundation_tables_PARENTTABLES::insert()
src_foundation_tables_PARENTTABLES::optimizeDB()
src_foundation_tables_PARENTTABLES::select()
src_foundation_tables_PARENTTABLES::setFlags()
src_foundation_tables_PARENTTABLES::setKontakte()
src_foundation_tables_PARENTTABLES::setSea()
src_foundation_tables_PARENTTABLES::setSeen()
src_foundation_tables_PARENTTABLES::truncate()
src_foundation_tables_PARENTTABLES::update()

Documentation generated on Sat, 24 Mar 2007 09:58:57 +0100 by phpDocumentor 1.3.1