#include "DataAccessExamples.h"#include <terralib/datatype.h>#include <terralib/memory.h>#include <iostream>#include "boost/date_time/gregorian/gregorian.hpp"Go to the source code of this file.
Functions | |
| te::da::DataSet * | CreatingDataSetInMemory (const std::string &datasetName) |
| It creates a data set in memory. More... | |
| te::da::DataSet* CreatingDataSetInMemory | ( | const std::string & | datasetName | ) |
It creates a data set in memory.
Definition at line 17 of file CreatingDataSetInMemory.cpp.
References te::da::PrimaryKey::add(), te::mem::DataSet::add(), te::da::Index::add(), te::da::DataSetType::add(), te::da::B_TREE_TYPE, te::dt::AbstractData::clone(), DataSet(), te::dt::DATE, ds, dt, te::dt::INT32_TYPE, te::gm::PointType, te::da::R_TREE_TYPE, te::dt::SimpleProperty::setAutoNumber(), te::mem::DataSetItem::setDateTime(), te::da::CheckConstraint::setExpression(), te::mem::DataSetItem::setGeometry(), te::mem::DataSetItem::setInt32(), te::mem::DataSetItem::setNumeric(), and te::gm::GeometryProperty::setSRID().