#include "../../../../core/translator/Translator.h"#include "../../../../dataaccess/dataset/ObjectId.h"#include "../../../../dataaccess/dataset/ObjectIdSet.h"#include "../../../../dataaccess/query/DataSetName.h"#include "../../../../dataaccess/query/Query.h"#include "../../../../dataaccess/query/Select.h"#include "../../../../dataaccess/utils/Utils.h"#include "../../../../datatype/ByteArray.h"#include "../../../../datatype/Date.h"#include "../../../../datatype/TimeInstant.h"#include "../../../../geometry/Envelope.h"#include "../../../../geometry/GeometryProperty.h"#include "../../../../srs/SpatialReferenceSystemManager.h"#include "../../../../srs/Config.h"#include "DataSource.h"#include "DataSet.h"#include "SQLVisitor.h"#include "Transactor.h"#include "Utils.h"#include <ogrsf_frmts.h>Go to the source code of this file.
Functions | |
| OGRFieldType | GetOGRType (int te_type) |
| OGRFieldType GetOGRType | ( | int | te_type | ) |
Definition at line 44 of file src/terralib/qt/plugins/mobile/geopackage/Transactor.cpp.
References te::dt::CHAR_TYPE, te::dt::DATETIME_TYPE, te::dt::DOUBLE_TYPE, te::dt::FLOAT_TYPE, te::dt::INT16_TYPE, te::dt::INT32_TYPE, te::dt::INT64_TYPE, te::dt::NUMERIC_TYPE, te::dt::STRING_TYPE, te::dt::UCHAR_TYPE, te::dt::UINT16_TYPE, te::dt::UINT32_TYPE, and te::dt::UINT64_TYPE.
Referenced by te::gpkg::Transactor::changePropertyDefinition().