Package org.compiere.util
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
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
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
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
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.
-