Package org.pgcodekeeper.core.database.ch.schema


package org.pgcodekeeper.core.database.ch.schema
  • Class
    Description
     
    Represents a ClickHouse database column with ClickHouse-specific properties.
    Represents a ClickHouse table constraint (CHECK or ASSUME).
    Represents a ClickHouse database with its schema objects.
    Represents a ClickHouse dictionary object.
    Represents a ClickHouse table engine configuration.
    Represents a ClickHouse user-defined function.
    Represents a ClickHouse table index.
    Represents a ClickHouse row-level security policy.
    Represents a database privilege (GRANT/REVOKE) for ClickHouse database object.
    Represents a ClickHouse role for access control.
    Represents a ClickHouse database schema (database in ClickHouse terms).
    Represents a ClickHouse table with engine configuration and projections.
    Represents a ClickHouse Log family table that supports constraints.
    Represents a ClickHouse user account with authentication and authorization settings.
    Represents a ClickHouse view (VIEW, MATERIALIZED VIEW, or LIVE VIEW).
    Enumeration of ClickHouse view types.