An static class with global definitions. More...
#include <Globals.h>
Static Public Attributes | |
| static const std::string | sm_booleanTypeName |
| The string literal representation for the boolean type. More... | |
| static const std::string | sm_byteArrayTypeName |
| The string literal representation for the byte array type. More... | |
| static te::da::DataSourceCapabilities * | sm_capabilities |
| The query dialect supported by PostGIS driver. More... | |
| static const std::string | sm_charTypeName |
| The string literal representation for the 1-byte character type. More... | |
| static const std::string | sm_dateTypeName |
| The string literal representation for the date type. More... | |
| static const std::string | sm_doubleTypeName |
| The string literal representation for the double type. More... | |
| static const std::string | sm_driverIdentifier |
| The PostGIS driver identifier. More... | |
| static const std::string | sm_fixedcharTypeName |
| The string literal representation for the char type. More... | |
| static const std::string | sm_floatTypeName |
| The string literal representation for the float type. More... | |
| static const std::string | sm_geometryCollectionMTypeName |
| The string literal representation for PostGIS geometry collection with m geometry type. More... | |
| static const std::string | sm_geometryCollectionTypeName |
| The string literal representation for PostGIS geometry collection geometry type. More... | |
| static const std::string | sm_geometryTypeName |
| The string literal representation for PostGIS base geometry type. More... | |
| static const std::string | sm_int2TypeName |
| The string literal representation for the int2 type. More... | |
| static const std::string | sm_int8TypeName |
| The string literal representation for the int8 type. More... | |
| static const std::string | sm_intervalTypeName |
| The string literal representation for the interval. More... | |
| static const std::string | sm_intTypeName |
| The string literal representation for the int type. More... | |
| static const std::string | sm_lineStringMTypeName |
| The string literal representation for PostGIS line string with m geometry type. More... | |
| static const std::string | sm_lineStringTypeName |
| The string literal representation for PostGIS line string geometry type. More... | |
| static const std::string | sm_multiLineStringMTypeName |
| The string literal representation for PostGIS multi-linestring with m geometry type. More... | |
| static const std::string | sm_multiLineStringTypeName |
| The string literal representation for PostGIS multi-linestring geometry type. More... | |
| static const std::string | sm_multiPointMTypeName |
| The string literal representation for PostGIS multi-point with m geometry type. More... | |
| static const std::string | sm_multiPointTypeName |
| The string literal representation for PostGIS multi-point geometry type. More... | |
| static const std::string | sm_multiPolygonMTypeName |
| The string literal representation for PostGIS multi-polygon with m geometry type. More... | |
| static const std::string | sm_multiPolygonTypeName |
| The string literal representation for PostGIS multi-polygon geometry type. More... | |
| static const std::string | sm_numericTypeName |
| The string literal representation for the numeric type. More... | |
| static const std::string | sm_pointMTypeName |
| The string literal representation for PostGIS point geometry type. More... | |
| static const std::string | sm_pointTypeName |
| The string literal representation for PostGIS point geometry type. More... | |
| static const std::string | sm_polygonMTypeName |
| The string literal representation for PostGIS polygon with m geometry type. More... | |
| static const std::string | sm_polygonTypeName |
| The string literal representation for PostGIS polygon geometry type. More... | |
| static te::da::SQLDialect * | sm_queryDialect |
| The query dialect supported by PostGIS driver. More... | |
| static const std::string | sm_stringTypeName |
| The string literal representation for the string type. More... | |
| static const std::string | sm_timeStampTypeName |
| The string literal representation for the time stamp type. More... | |
| static const std::string | sm_timeStampTZTypeName |
| The string literal representation for the time stamp with time zone type. More... | |
| static const std::string | sm_timeTypeName |
| The string literal representation for the time type. More... | |
| static const std::string | sm_timeTZTypeName |
| The string literal representation for the time type. More... | |
| static const std::string | sm_unknownTypeName |
| The string literal representation for the unknown type. More... | |
| static const std::string | sm_varcharTypeName |
| The string literal representation for the varchar type. More... | |
An static class with global definitions.
Definition at line 52 of file src/terralib/postgis/Globals.h.
|
static |
The string literal representation for the boolean type.
Definition at line 71 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the byte array type.
Definition at line 75 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The query dialect supported by PostGIS driver.
Definition at line 95 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::DataSource::getCapabilities(), and te::pgis::TERRALIB_CPP_PLUGIN_BEGIN().
|
static |
The string literal representation for the 1-byte character type.
Definition at line 58 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the date type.
Definition at line 63 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the double type.
Definition at line 70 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The PostGIS driver identifier.
Definition at line 92 of file src/terralib/postgis/Globals.h.
|
static |
The string literal representation for the char type.
Definition at line 72 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the float type.
Definition at line 69 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for PostGIS geometry collection with m geometry type.
Definition at line 83 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS geometry collection geometry type.
Definition at line 82 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS base geometry type.
Definition at line 90 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName(), and te::pgis::SetColumnDef().
|
static |
The string literal representation for the int2 type.
Definition at line 59 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the int8 type.
Definition at line 61 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the interval.
Definition at line 68 of file src/terralib/postgis/Globals.h.
|
static |
The string literal representation for the int type.
Definition at line 60 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for PostGIS line string with m geometry type.
Definition at line 79 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS line string geometry type.
Definition at line 78 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS multi-linestring with m geometry type.
Definition at line 87 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS multi-linestring geometry type.
Definition at line 86 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS multi-point with m geometry type.
Definition at line 85 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS multi-point geometry type.
Definition at line 84 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS multi-polygon with m geometry type.
Definition at line 89 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS multi-polygon geometry type.
Definition at line 88 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for the numeric type.
Definition at line 62 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for PostGIS point geometry type.
Definition at line 77 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS point geometry type.
Definition at line 76 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS polygon with m geometry type.
Definition at line 81 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The string literal representation for PostGIS polygon geometry type.
Definition at line 80 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::GetGeometryName().
|
static |
The query dialect supported by PostGIS driver.
Definition at line 94 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::DataSource::getDialect(), and te::pgis::TERRALIB_CPP_PLUGIN_BEGIN().
|
static |
The string literal representation for the string type.
Definition at line 74 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the time stamp type.
Definition at line 66 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the time stamp with time zone type.
Definition at line 67 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the time type.
Definition at line 64 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().
|
static |
The string literal representation for the time type.
Definition at line 65 of file src/terralib/postgis/Globals.h.
|
static |
The string literal representation for the unknown type.
Definition at line 57 of file src/terralib/postgis/Globals.h.
|
static |
The string literal representation for the varchar type.
Definition at line 73 of file src/terralib/postgis/Globals.h.
Referenced by te::pgis::SetColumnDef().