Class ExecuteSQLRequestWrapper


  • public class ExecuteSQLRequestWrapper
    extends Object
    Generated Axis2 ADB stub class wrapper Class name: ExecuteSQLRequestWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.931Z
    • Field Detail

      • local_sqlText

        protected String local_sqlText
      • local_userName

        protected String local_userName
      • local_targetCluster

        protected String local_targetCluster
      • local_targetQuerySet

        protected String local_targetQuerySet
      • local_suppressResults

        protected boolean local_suppressResults
      • local_suppressXmlSchema

        protected boolean local_suppressXmlSchema
      • local_wait

        protected int local_wait
      • local_resultLimit

        protected int local_resultLimit
      • local_resultWindowStart

        protected int local_resultWindowStart
      • local_resultWindowCount

        protected int local_resultWindowCount
      • local_ignoreCache

        protected boolean local_ignoreCache
    • Constructor Detail

      • ExecuteSQLRequestWrapper

        public ExecuteSQLRequestWrapper()
      • ExecuteSQLRequestWrapper

        public ExecuteSQLRequestWrapper​(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest executesqlrequest)
      • ExecuteSQLRequestWrapper

        public ExecuteSQLRequestWrapper​(String _sqlText,
                                        String _userName,
                                        String _targetCluster,
                                        AlternateClusters_type0Wrapper _alternateClusters,
                                        String _targetQuerySet,
                                        boolean _suppressResults,
                                        boolean _suppressXmlSchema,
                                        int _wait,
                                        int _resultLimit,
                                        int _resultWindowStart,
                                        int _resultWindowCount,
                                        boolean _ignoreCache)
    • Method Detail

      • getRaw

        public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest getRaw()
      • setSqlText

        public void setSqlText​(String _sqlText)
      • getSqlText

        public String getSqlText()
      • setUserName

        public void setUserName​(String _userName)
      • getUserName

        public String getUserName()
      • setTargetCluster

        public void setTargetCluster​(String _targetCluster)
      • getTargetCluster

        public String getTargetCluster()
      • setTargetQuerySet

        public void setTargetQuerySet​(String _targetQuerySet)
      • getTargetQuerySet

        public String getTargetQuerySet()
      • setSuppressResults

        public void setSuppressResults​(boolean _suppressResults)
      • getSuppressResults

        public boolean getSuppressResults()
      • setSuppressXmlSchema

        public void setSuppressXmlSchema​(boolean _suppressXmlSchema)
      • getSuppressXmlSchema

        public boolean getSuppressXmlSchema()
      • setWait

        public void setWait​(int _wait)
      • getWait

        public int getWait()
      • setResultLimit

        public void setResultLimit​(int _resultLimit)
      • getResultLimit

        public int getResultLimit()
      • setResultWindowStart

        public void setResultWindowStart​(int _resultWindowStart)
      • getResultWindowStart

        public int getResultWindowStart()
      • setResultWindowCount

        public void setResultWindowCount​(int _resultWindowCount)
      • getResultWindowCount

        public int getResultWindowCount()
      • setIgnoreCache

        public void setIgnoreCache​(boolean _ignoreCache)
      • getIgnoreCache

        public boolean getIgnoreCache()