| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.helper |
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectFormatDdlRequest.outputFormat |
protected BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectFormatDdl.outputFormat |
protected BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectDataDdl.outputFormat |
protected BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectDataDdlRequest.outputFormat |
| Modifier and Type | Method and Description |
|---|---|
static BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectDataDdlOutputFormatEnum.fromValue(String v) |
BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectFormatDdlRequest.getOutputFormat()
Gets the value of the outputFormat property.
|
BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectFormatDdl.getOutputFormat()
Gets the value of the outputFormat property.
|
BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectDataDdl.getOutputFormat()
Gets the value of the outputFormat property.
|
BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectDataDdlRequest.getOutputFormat()
Gets the value of the outputFormat property.
|
static BusinessObjectDataDdlOutputFormatEnum |
BusinessObjectDataDdlOutputFormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessObjectDataDdlOutputFormatEnum[] |
BusinessObjectDataDdlOutputFormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectFormatDdlRequest.setOutputFormat(BusinessObjectDataDdlOutputFormatEnum value)
Sets the value of the outputFormat property.
|
void |
BusinessObjectFormatDdl.setOutputFormat(BusinessObjectDataDdlOutputFormatEnum value)
Sets the value of the outputFormat property.
|
void |
BusinessObjectDataDdl.setOutputFormat(BusinessObjectDataDdlOutputFormatEnum value)
Sets the value of the outputFormat property.
|
void |
BusinessObjectDataDdlRequest.setOutputFormat(BusinessObjectDataDdlOutputFormatEnum value)
Sets the value of the outputFormat property.
|
| Constructor and Description |
|---|
BusinessObjectDataDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
List<PartitionValueFilter> partitionValueFilters,
PartitionValueFilter partitionValueFilter,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storageName,
BusinessObjectDataDdlOutputFormatEnum outputFormat,
String tableName,
String customDdlName,
String ddl,
XMLGregorianCalendar asOfTime)
Fully-initialising value constructor
|
BusinessObjectDataDdlRequest(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
List<PartitionValueFilter> partitionValueFilters,
PartitionValueFilter partitionValueFilter,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storageName,
BusinessObjectDataDdlOutputFormatEnum outputFormat,
String tableName,
String customDdlName,
Boolean includeDropTableStatement,
Boolean includeIfNotExistsOption,
Boolean includeDropPartitions,
Boolean includeSingleLocation,
Boolean allowMissingData,
Boolean includeAllRegisteredSubPartitions,
Boolean suppressScanForUnregisteredSubPartitions,
Boolean combineMultiplePartitionsInSingleAlterTable,
Integer combinedAlterTableMaxPartitions,
XMLGregorianCalendar asOfTime)
Fully-initialising value constructor
|
BusinessObjectFormatDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
BusinessObjectDataDdlOutputFormatEnum outputFormat,
String tableName,
String customDdlName,
String ddl)
Fully-initialising value constructor
|
BusinessObjectFormatDdlRequest(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
BusinessObjectDataDdlOutputFormatEnum outputFormat,
String tableName,
String customDdlName,
Boolean includeDropTableStatement,
Boolean includeIfNotExistsOption,
Boolean replaceColumns)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract BusinessObjectDataDdlOutputFormatEnum |
DdlGenerator.getDdlOutputFormat()
Gets the supported DDL output format that this generator can support.
|
BusinessObjectDataDdlOutputFormatEnum |
Hive13DdlGenerator.getDdlOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
DdlGenerator |
DdlGeneratorFactory.getDdlGenerator(BusinessObjectDataDdlOutputFormatEnum outputFormat)
This method returns the DDL generator for the given output format.
|
Copyright © 2021. All rights reserved.