| Package | Description |
|---|---|
| com.sap.pdms.commons.util.introspection |
Provides classes for handling introspection of view and function columns in HANA.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DbColumn> |
HanaDbIntrospector.introspectFunctionColumns(javax.persistence.EntityManager entityManager,
String functionName)
Introspects the columns of the output table type of a function in HANA.
|
static List<DbColumn> |
HanaDbIntrospector.introspectView(javax.persistence.EntityManager entityManager,
String viewName)
Introspects the columns of a view table in HANA.
|
Copyright © 2016 SAP. All Rights Reserved.