public class KettleDatabaseRepositoryPartitionSchemaDelegate extends KettleDatabaseRepositoryBaseDelegate
log, repository| Constructor and Description |
|---|
KettleDatabaseRepositoryPartitionSchemaDelegate(KettleDatabaseRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
delPartitionSchema(ObjectId id_partition_schema) |
RowMetaAndData |
getPartition(ObjectId id_partition) |
RowMetaAndData |
getPartitionSchema(ObjectId id_partition_schema) |
ObjectId |
getPartitionSchemaID(String name) |
ObjectId |
insertPartition(ObjectId id_partition_schema,
String partition_id) |
ObjectId |
insertPartitionSchema(PartitionSchema partitionSchema) |
PartitionSchema |
loadPartitionSchema(ObjectId id_partition_schema) |
void |
savePartitionSchema(PartitionSchema partitionSchema) |
void |
savePartitionSchema(PartitionSchema partitionSchema,
ObjectId id_transformation,
boolean isUsedByTransformation) |
void |
savePartitionSchema(PartitionSchema partitionSchema,
ObjectId id_transformation,
boolean isUsedByTransformation,
boolean overwrite) |
void |
updatePartitionSchema(PartitionSchema partitionSchema) |
quote, quoteTablepublic KettleDatabaseRepositoryPartitionSchemaDelegate(KettleDatabaseRepository repository)
public RowMetaAndData getPartitionSchema(ObjectId id_partition_schema) throws KettleException
KettleExceptionpublic RowMetaAndData getPartition(ObjectId id_partition) throws KettleException
KettleExceptionpublic ObjectId getPartitionSchemaID(String name) throws KettleException
KettleExceptionpublic void savePartitionSchema(PartitionSchema partitionSchema) throws KettleException
KettleExceptionpublic void savePartitionSchema(PartitionSchema partitionSchema, ObjectId id_transformation, boolean isUsedByTransformation) throws KettleException
KettleExceptionpublic void savePartitionSchema(PartitionSchema partitionSchema, ObjectId id_transformation, boolean isUsedByTransformation, boolean overwrite) throws KettleException
KettleExceptionpublic PartitionSchema loadPartitionSchema(ObjectId id_partition_schema) throws KettleException
KettleExceptionpublic ObjectId insertPartitionSchema(PartitionSchema partitionSchema) throws KettleException
KettleExceptionpublic void updatePartitionSchema(PartitionSchema partitionSchema) throws KettleException
KettleExceptionpublic ObjectId insertPartition(ObjectId id_partition_schema, String partition_id) throws KettleException
KettleExceptionpublic void delPartitionSchema(ObjectId id_partition_schema) throws KettleException
KettleExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.