Class DeleteTenantDAO

  • All Implemented Interfaces:
    IDatabaseStatement

    public class DeleteTenantDAO
    extends Object
    implements IDatabaseStatement
    Delete the tenant meta-data after it has been dropped. Deletes data in TENANT_KEYS and TENANTS.
    • Constructor Detail

      • DeleteTenantDAO

        public DeleteTenantDAO​(String schemaName,
                               int tenantId)
        Get partition information for all tables in the tableSchema, using the catalogSchema as the schema containing the DATAPARTITIONS system table
        Parameters:
        schemaName - the name of the admin schema hosting the tenants and tenant_keys tables
        tenantId - the id of the tenant to delete