| Package | Description |
|---|---|
| com.denodo.common.custom.elements |
Provides the types and values needed to implement Custom elements in
Virtual DataPort.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomRecordType |
CustomElementsUtil.createCustomRecordType(LinkedHashMap<String,Object> properties)
Factory method to instantiate a
CustomRecordValue without name. |
CustomRecordType |
CustomElementsFactory.createCustomRecordType(String recordName,
LinkedHashMap<String,Object> properties)
Deprecated.
Factory method to instantiate a
CustomRecordValue. |
static CustomRecordType |
CustomElementsUtil.createCustomRecordType(String recordName,
LinkedHashMap<String,Object> properties)
Factory method to instantiate a
CustomRecordValue. |
CustomRecordType |
CustomArrayType.getRecordType()
Method to obtain the type of the array elements.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomArrayType |
CustomElementsUtil.createCustomArrayType(CustomRecordType arrayType)
Factory method to instantiate a
CustomArrayType without name. |
CustomArrayType |
CustomElementsFactory.createCustomArrayType(String arrayName,
CustomRecordType arrayType)
Deprecated.
Factory method to instantiate a
CustomArrayType. |
static CustomArrayType |
CustomElementsUtil.createCustomArrayType(String arrayName,
CustomRecordType arrayType)
Factory method to instantiate a
CustomArrayType. |
Copyright © 2024 Denodo Technologies. All rights reserved.