Class Table<RequestT>
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.rfc.Table<RequestT>
- Type Parameters:
RequestT- The type of the request this table is used in.
Deprecated.
This module will be discontinued, along with its classes and methods.
-
Method Summary
Modifier and TypeMethodDescriptionasVector()Deprecated.Translate this reference to aTableAsVectorthat gathers values that are added to this vector.protected booleanDeprecated.end()Deprecated.Returns the initial request, finalizing the access to thisTable.booleanDeprecated.inthashCode()Deprecated.booleanisEmpty()Deprecated.Checks whether this table is empty, or has at least one value stored.row()Deprecated.Creates and returns a newTableRowthat gathers values that are added to thisTable.intsize()Deprecated.The number of currently stored groups of values as well as the Id of the last group of added values.toString()Deprecated.
-
Method Details
-
size
public int size()Deprecated.The number of currently stored groups of values as well as the Id of the last group of added values.- Returns:
- The number of values stored in this table.
-
isEmpty
public boolean isEmpty()Deprecated.Checks whether this table is empty, or has at least one value stored.- Returns:
- True, if this table contains no element; false, else.
-
asVector
Deprecated.Translate this reference to aTableAsVectorthat gathers values that are added to this vector.- Returns:
- A new
TableAsVectorlinked to thisTable.
-
row
Deprecated.Creates and returns a newTableRowthat gathers values that are added to thisTable.- Returns:
- A new
TableRowlinked to thisTable.
-
end
Deprecated.Returns the initial request, finalizing the access to thisTable.- Returns:
- The original request.
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-