Class ExecuteResult

java.lang.Object
org.compiere.util.ExecuteResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CallableResult

@Deprecated(forRemoval=true, since="11") public class ExecuteResult extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setFirstResult(boolean firstResult)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setUpdateCount(int updateCount)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExecuteResult

      public ExecuteResult()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUpdateCount

      public int getUpdateCount()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUpdateCount

      public void setUpdateCount(int updateCount)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • addResultSet

      public void addResultSet(ResultSet rs)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMoreResults

      public boolean getMoreResults()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getResultSet

      public ResultSet getResultSet()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isFirstResult

      public boolean isFirstResult()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFirstResult

      public void setFirstResult(boolean firstResult)
      Deprecated, for removal: This API element is subject to removal in a future version.