Kexi API Documentation (2.0 alpha)

KexiDB::Record Class Reference

#include <record.h>

List of all members.


Detailed Description

KexiDB::Record provides single database record.

Definition at line 33 of file record.h.

Public Member Functions

 Record (const QString &name)
 Table ()
 ~Table ()
const QStringname () const
void setName (const QString &name)
unsigned int fieldCount () const
KexiDB::Field field (unsigned int id) const
QStringList primaryKeys () const
bool hasPrimaryKeys () const


Constructor & Destructor Documentation

KexiDB::Record::Record const QString name  ) 
 

KexiDB::Record::~Table  ) 
 


Member Function Documentation

KexiDB::Field KexiDB::Record::field unsigned int  id  )  const
 

unsigned int KexiDB::Record::fieldCount  )  const
 

bool KexiDB::Record::hasPrimaryKeys  )  const
 

const QString& KexiDB::Record::name  )  const
 

QStringList KexiDB::Record::primaryKeys  )  const
 

void KexiDB::Record::setName const QString name  ) 
 

KexiDB::Record::Table  ) 
 


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:47 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003