complexType DeleteBySQLRequest
diagram feature_p53.png
namespace http://www.mapinfo.com/midev/service/feature/v1
type extension of tns:Request
properties
base common:Request
children tns:SQL tns:BoundParameterList
used by
element DeleteBySQLRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string  optional      
documentation
A unique identifier that is returned in the response. It is used for debugging or keeping track of asynchronous requests.
locale  xsd:string  optional      
documentation
The language and country code of the request, which is defined using [language_code]_[country_code] syntax. The language code is a 2-letter ISO-639 code. The country code is a 2-letter ISO-3166 code. For example: en_US stands for the English language within the United States of America.
annotation
documentation
A request to delete rows from a table.

element DeleteBySQLRequest/SQL
diagram feature_p54.png
namespace http://www.mapinfo.com/midev/service/feature/v1
type xsd:string
properties
content simple
annotation
documentation
The MISQL delete statement.

element DeleteBySQLRequest/BoundParameterList
diagram feature_p55.png
namespace http://www.mapinfo.com/midev/service/feature/v1
type tns:BoundParameterList
properties
minOcc 0
maxOcc 1
content complex
children tns:BoundParameter
annotation
documentation
Used to bind a reference in an MISQL string to an actual object. Parameters are referenced in the MISQL using a name starting with '@' or ':'. For example, most geometries cannot be directly placed in an MISQL string so a reference to the geometry is put in the MISQL string and the geometry is bound to the request with a bind parameter.


© 2007, 2020 Precisely. All rights reserved. support.precisely.com