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, quoteTable
public KettleDatabaseRepositoryPartitionSchemaDelegate(KettleDatabaseRepository repository)
public RowMetaAndData getPartitionSchema(ObjectId id_partition_schema) throws KettleException
KettleException
public RowMetaAndData getPartition(ObjectId id_partition) throws KettleException
KettleException
public ObjectId getPartitionSchemaID(String name) throws KettleException
KettleException
public void savePartitionSchema(PartitionSchema partitionSchema) throws KettleException
KettleException
public void savePartitionSchema(PartitionSchema partitionSchema, ObjectId id_transformation, boolean isUsedByTransformation) throws KettleException
KettleException
public void savePartitionSchema(PartitionSchema partitionSchema, ObjectId id_transformation, boolean isUsedByTransformation, boolean overwrite) throws KettleException
KettleException
public PartitionSchema loadPartitionSchema(ObjectId id_partition_schema) throws KettleException
KettleException
public ObjectId insertPartitionSchema(PartitionSchema partitionSchema) throws KettleException
KettleException
public void updatePartitionSchema(PartitionSchema partitionSchema) throws KettleException
KettleException
public ObjectId insertPartition(ObjectId id_partition_schema, String partition_id) throws KettleException
KettleException
public void delPartitionSchema(ObjectId id_partition_schema) throws KettleException
KettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.