public interface DataBaseResult
DataBaseAccessor,
DataBaseResultMetaData| Modifier and Type | Method and Description |
|---|---|
DataBaseResultMetaData |
getMetaData()
Returns the metadata describing the columns of the database result.
|
Iterator |
getRows()
Returns an iterator of the result set.
|
Iterator getRows()
next method
returns an immutable java.util.Map representing a row of
the result set. The map contains the columns for the database result set.
An entry of the map has as key a column name and as value the
corresponding column value. The column value is a Java object whose type
will be the default Java object type corresponding to the column's SQL
type, following the mapping for built-in types specified in the JDBC
specification. If the value is an SQL NULL, the driver returns a Java
null.
The iterator does not support the remove method.DataBaseResultMetaData getMetaData()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.mapping.lib.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice