Package | Description |
---|---|
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
Modifier and Type | Method and Description |
---|---|
PartitionDatabaseMeta[] |
DatabaseInterface.getPartitioningInformation() |
PartitionDatabaseMeta[] |
DatabaseMeta.getPartitioningInformation() |
PartitionDatabaseMeta[] |
BaseDatabaseMeta.getPartitioningInformation() |
PartitionDatabaseMeta |
DatabaseMeta.getPartitionMeta(String partitionId)
Finds the partition metadata for the given partition iD
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseInterface.setPartitioningInformation(PartitionDatabaseMeta[] partitionInfo) |
void |
DatabaseMeta.setPartitioningInformation(PartitionDatabaseMeta[] partitionInfo) |
void |
BaseDatabaseMeta.setPartitioningInformation(PartitionDatabaseMeta[] clusterInfo) |