Class ChTableLog

All Implemented Interfaces:
IOptionContainer, IRelation, ISearchPath, IStatement, IStatementContainer, ITable, IHashable

public class ChTableLog extends ChTable
Represents a ClickHouse Log family table that supports constraints. Extends ChTable with the ability to add CHECK and ASSUME constraints.
  • Constructor Details

    • ChTableLog

      public ChTableLog(String name)
      Creates a new ClickHouse Log table with the specified name.
      Parameters:
      name - the name of the table
  • Method Details