Home
last modified time | relevance | path

Searched refs:pszUnescapedSQL (Results 1 – 16 of 16) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gft/
H A Dogrgftdatasource.cpp469 CPLHTTPResult * OGRGFTDataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
473 for(int i=0;pszUnescapedSQL[i] != 0;i++) in RunSQL()
475 const int ch = ((unsigned char*)pszUnescapedSQL)[i]; in RunSQL()
H A Dogr_gft.h241 CPLHTTPResult* RunSQL(const char* pszUnescapedSQL);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp748 json_object* OGRAmigoCloudDataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
753 std::string sql = pszUnescapedSQL; in RunSQL()
758 query << "{\"query\": \"" << OGRAMIGOCLOUDJsonEncode(pszUnescapedSQL) << "\"}"; in RunSQL()
762 char * pszEscaped = CPLEscapeString( pszUnescapedSQL, -1, CPLES_URL ); in RunSQL()
H A Dogr_amigocloud.h281 json_object* RunSQL(const char* pszUnescapedSQL);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp748 json_object* OGRAmigoCloudDataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
753 std::string sql = pszUnescapedSQL; in RunSQL()
758 query << "{\"query\": \"" << OGRAMIGOCLOUDJsonEncode(pszUnescapedSQL) << "\"}"; in RunSQL()
762 char * pszEscaped = CPLEscapeString( pszUnescapedSQL, -1, CPLES_URL ); in RunSQL()
H A Dogr_amigocloud.h281 json_object* RunSQL(const char* pszUnescapedSQL);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp748 json_object* OGRAmigoCloudDataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
753 std::string sql = pszUnescapedSQL; in RunSQL()
758 query << "{\"query\": \"" << OGRAMIGOCLOUDJsonEncode(pszUnescapedSQL) << "\"}"; in RunSQL()
762 char * pszEscaped = CPLEscapeString( pszUnescapedSQL, -1, CPLES_URL ); in RunSQL()
H A Dogr_amigocloud.h281 json_object* RunSQL(const char* pszUnescapedSQL);
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/cartodb/
H A Dogrcartodbdatasource.cpp496 json_object* OGRCARTODBDataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
500 for(int i=0;pszUnescapedSQL[i] != 0;i++) in RunSQL()
502 const int ch = ((unsigned char*)pszUnescapedSQL)[i]; in RunSQL()
H A Dogr_cartodb.h250 json_object* RunSQL(const char* pszUnescapedSQL);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp705 json_object* OGRCARTODataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
709 for(int i=0;pszUnescapedSQL[i] != 0;i++) in RunSQL()
711 const int ch = ((unsigned char*)pszUnescapedSQL)[i]; in RunSQL()
H A Dogr_carto.h295 json_object* RunSQL(const char* pszUnescapedSQL);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp705 json_object* OGRCARTODataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
709 for(int i=0;pszUnescapedSQL[i] != 0;i++) in RunSQL()
711 const int ch = ((unsigned char*)pszUnescapedSQL)[i]; in RunSQL()
H A Dogr_carto.h295 json_object* RunSQL(const char* pszUnescapedSQL);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp705 json_object* OGRCARTODataSource::RunSQL(const char* pszUnescapedSQL) in RunSQL() argument
709 for(int i=0;pszUnescapedSQL[i] != 0;i++) in RunSQL()
711 const int ch = ((unsigned char*)pszUnescapedSQL)[i]; in RunSQL()
H A Dogr_carto.h295 json_object* RunSQL(const char* pszUnescapedSQL);