public class AuditTrailPartitionManager extends Object
| Constructor and Description |
|---|
AuditTrailPartitionManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createAuditTrailPartition(String partitionId,
String password)
Creates a new partition with the given partitionId, if no partition having this id
currently exists.
|
static void |
dropAuditTrailPartition(String partitionId,
String password)
Deletes the partition identified by the given partitionId.
|
public static void createAuditTrailPartition(String partitionId, String password) throws SQLException
partitionId - - The id of the partition to be created.password - - The password of the sysconsole.SQLExceptionCopyright © 2016 Eclipse Stardust. All Rights Reserved.