#include <vesselsloglikecatchestable.h>
|
const FieldDef< FieldType::Integer > | fldLoglikeId = makeFieldDef("LoglikeId", FieldType::Integer()).notNull() |
|
const FieldDef< FieldType::Integer > | fldPopId = makeFieldDef("PopId",FieldType::Integer()).notNull() |
|
const FieldDef< FieldType::Real > | fldCatches = makeFieldDef("Catches",FieldType::Real()).notNull() |
|
const FieldDef< FieldType::Real > | fldDiscards = makeFieldDef("Discards",FieldType::Real()).notNull() |
|
◆ VesselsLoglikeCatchesTable()
VesselsLoglikeCatchesTable::VesselsLoglikeCatchesTable |
( |
std::shared_ptr< SQLiteStorage > |
db, |
|
|
std::string |
name |
|
) |
| |
◆ ~VesselsLoglikeCatchesTable()
VesselsLoglikeCatchesTable::~VesselsLoglikeCatchesTable |
( |
| ) |
|
|
defaultnoexcept |
◆ dropAndCreate()
void VesselsLoglikeCatchesTable::dropAndCreate |
( |
| ) |
|
◆ insertPopulation()
void VesselsLoglikeCatchesTable::insertPopulation |
( |
size_t |
rowid, |
|
|
int |
population, |
|
|
const std::vector< double > & |
catches, |
|
|
const std::vector< double > & |
discards |
|
) |
| |
◆ fldCatches
const FieldDef<FieldType::Real> VesselsLoglikeCatchesTable::fldCatches = makeFieldDef("Catches",FieldType::Real()).notNull() |
◆ fldDiscards
const FieldDef<FieldType::Real> VesselsLoglikeCatchesTable::fldDiscards = makeFieldDef("Discards",FieldType::Real()).notNull() |
◆ fldLoglikeId
const FieldDef<FieldType::Integer> VesselsLoglikeCatchesTable::fldLoglikeId = makeFieldDef("LoglikeId", FieldType::Integer()).notNull() |
◆ fldPopId
const FieldDef<FieldType::Integer> VesselsLoglikeCatchesTable::fldPopId = makeFieldDef("PopId",FieldType::Integer()).notNull() |
The documentation for this class was generated from the following files: