complexType ExecuteSQLUpdateRes
diagram AXLSoap_p2617.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIResponse
properties
base axlapi:APIResponse
children return
used by
element executeSQLUpdateResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="ExecuteSQLUpdateRes">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIResponse">
     
<xsd:sequence>
       
<xsd:element name="return">
         
<xsd:complexType>
           
<xsd:sequence>
             
<xsd:element name="rowsUpdated" type="xsd:integer">
               
<xsd:annotation>
                 
<xsd:documentation>Rows updated indicates the number of rows updated by the SQL update.</xsd:documentation>
               
</xsd:annotation>
             
</xsd:element>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element ExecuteSQLUpdateRes/return
diagram AXLSoap_p2618.png
properties
content complex
children rowsUpdated
source <xsd:element name="return">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="rowsUpdated" type="xsd:integer">
       
<xsd:annotation>
         
<xsd:documentation>Rows updated indicates the number of rows updated by the SQL update.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element ExecuteSQLUpdateRes/return/rowsUpdated
diagram AXLSoap_p2619.png
type xsd:integer
properties
content simple
annotation
documentation
Rows updated indicates the number of rows updated by the SQL update.
source <xsd:element name="rowsUpdated" type="xsd:integer">
 
<xsd:annotation>
   
<xsd:documentation>Rows updated indicates the number of rows updated by the SQL update.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy