#include <popquotastable.h>
|
const FieldDef< FieldType::Integer > | fldTStep = makeFieldDef("TStep",FieldType::Integer()).notNull() |
|
const FieldDef< FieldType::Integer > | fldPopId = makeFieldDef("PopId",FieldType::Integer()).notNull() |
|
const FieldDef< FieldType::Integer > | fldGroup = makeFieldDef("PopGroup",FieldType::Integer()).notNull() |
|
const FieldDef< FieldType::Real > | fldQuotasUptake = makeFieldDef("QuotasUptake",FieldType::Real()) |
|
const FieldDef< FieldType::Real > | fldQuotas = makeFieldDef("Quotas",FieldType::Real()) |
|
const FieldDef< FieldType::Real > | fldChoking = makeFieldDef("Choking",FieldType::Real()) |
|
◆ PopQuotasTable()
PopQuotasTable::PopQuotasTable |
( |
std::shared_ptr< sqlite::SQLiteStorage > |
db, |
|
|
std::string |
name |
|
) |
| |
◆ ~PopQuotasTable()
PopQuotasTable::~PopQuotasTable |
( |
| ) |
|
|
defaultnoexcept |
◆ dropAndCreate()
void PopQuotasTable::dropAndCreate |
( |
| ) |
|
◆ insert()
void PopQuotasTable::insert |
( |
int |
tstep, |
|
|
int |
popid, |
|
|
Population * |
pop |
|
) |
| |
◆ fldChoking
const FieldDef<FieldType::Real> PopQuotasTable::fldChoking = makeFieldDef("Choking",FieldType::Real()) |
◆ fldGroup
const FieldDef<FieldType::Integer> PopQuotasTable::fldGroup = makeFieldDef("PopGroup",FieldType::Integer()).notNull() |
◆ fldPopId
const FieldDef<FieldType::Integer> PopQuotasTable::fldPopId = makeFieldDef("PopId",FieldType::Integer()).notNull() |
◆ fldQuotas
const FieldDef<FieldType::Real> PopQuotasTable::fldQuotas = makeFieldDef("Quotas",FieldType::Real()) |
◆ fldQuotasUptake
const FieldDef<FieldType::Real> PopQuotasTable::fldQuotasUptake = makeFieldDef("QuotasUptake",FieldType::Real()) |
◆ fldTStep
const FieldDef<FieldType::Integer> PopQuotasTable::fldTStep = makeFieldDef("TStep",FieldType::Integer()).notNull() |
The documentation for this class was generated from the following files: