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 aTableAsVector
that gathers values that are added to this vector.protected boolean
Deprecated.end()
Deprecated.Returns the initial request, finalizing the access to thisTable
.boolean
Deprecated.int
hashCode()
Deprecated.boolean
isEmpty()
Deprecated.Checks whether this table is empty, or has at least one value stored.row()
Deprecated.Creates and returns a newTableRow
that gathers values that are added to thisTable
.int
size()
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 aTableAsVector
that gathers values that are added to this vector.- Returns:
- A new
TableAsVector
linked to thisTable
.
-
row
Deprecated.Creates and returns a newTableRow
that gathers values that are added to thisTable
.- Returns:
- A new
TableRow
linked 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.
-