complexType executeSQLQueryInactiveReq
diagram AXLSoap_p2605.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children sql
used by
element executeSQLQueryInactive
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="executeSQLQueryInactiveReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="sql" type="xsd:string" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>WARNING: SQL Large Text and BLOB columns cannot be fetched along with other columns. A Large Text or BLOB column must be selected in its own SQL query.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element executeSQLQueryInactiveReq/sql
diagram AXLSoap_p2606.png
type xsd:string
properties
content simple
nillable false
annotation
documentation
WARNING: SQL Large Text and BLOB columns cannot be fetched along with other columns. A Large Text or BLOB column must be selected in its own SQL query.
source <xsd:element name="sql" type="xsd:string" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>WARNING: SQL Large Text and BLOB columns cannot be fetched along with other columns. A Large Text or BLOB column must be selected in its own SQL query.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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