QueryT
- The type of the query this table is used in.public class Table<QueryT extends com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery<QueryT,?>> extends Object
Modifier and Type | Method and Description |
---|---|
QueryT |
end()
Returns the initial query, finalizing the access to this
Table . |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty()
Checks whether this table is empty, or has at least one value stored.
|
TableRow<QueryT> |
row()
Creates and returns a new
TableRow that gathers values that are added to this Table . |
int |
size()
The number of currently stored groups of values as well as the Id of the last group of added values.
|
String |
toString() |
public int size()
public boolean isEmpty()
public TableRow<QueryT> row()
TableRow
that gathers values that are added to this Table
.TableRow
linked to this Table
.public QueryT end()
Table
.Copyright © 2018 SAP SE. All rights reserved.