#include "DataAccessExamples.h"#include <terralib/dataaccess.h>#include <terralib/datatype.h>#include <terralib/geometry.h>Go to the source code of this file.
Functions | |
| te::da::DataSetType * | CreateDataSetTypeInMemory (const std::string &datasettypename) |
| te::da::DataSetType* CreateDataSetTypeInMemory | ( | const std::string & | datasettypename | ) |
Definition at line 9 of file CreatingDataSetTypeInMemory.cpp.
References te::da::PrimaryKey::add(), te::da::Index::add(), te::da::DataSetType::add(), te::da::B_TREE_TYPE, te::dt::DATE, dt, te::dt::INT32_TYPE, te::gm::PointType, te::da::R_TREE_TYPE, te::dt::SimpleProperty::setAutoNumber(), te::da::CheckConstraint::setExpression(), and te::gm::GeometryProperty::setSRID().
Referenced by MemoryExample(), and ORGExampleWrite().