public class VDPViewInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
VDPViewInfo(Collection<String> fieldNames,
Collection<String> mandatoryFields,
Collection<String> pkFields,
String loadQuery) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getFieldNames()
Gets all the field names of the view.
|
String |
getLoadQuery()
Gets load query used in incremental load
|
Collection<String> |
getMandatoryFields()
Gets the names of the mandatory fields of the view.
|
Collection<String> |
getPKFields()
Gets the names of the pk fields of the view.
|
boolean |
isMandatory(String fieldName) |
boolean |
isPK(String fieldName) |
String |
toString() |
protected static final long serialVersionUID
public VDPViewInfo(Collection<String> fieldNames, Collection<String> mandatoryFields, Collection<String> pkFields, String loadQuery)
public boolean isMandatory(String fieldName)
fieldName
- the field name to check if it is mandatory.public boolean isPK(String fieldName)
fieldName
- the field name to check if it is pk.public Collection<String> getFieldNames()
public Collection<String> getMandatoryFields()
public Collection<String> getPKFields()
public String getLoadQuery()
Copyright © 2022 Denodo Technologies. All rights reserved.