Package | Description |
---|---|
org.komodo.relational |
Modifier and Type | Method and Description |
---|---|
static String |
ViewDdlBuilder.getODataViewJoinDdl(Repository.UnitOfWork uow,
String viewName,
Table lhTable,
String lhTableAlias,
List<String> lhColNames,
Table rhTable,
String rhTableAlias,
List<String> rhColNames,
String joinType,
List<ViewBuilderCriteriaPredicate> criteriaPredicates)
Generated View DDL that supports the Teiid OData requirement - that views must have a Primary Key - to get auto-generated.
|
Copyright © 2013–2019. All rights reserved.