Interface CalciteConnectionConfig

  • All Superinterfaces:
    org.apache.calcite.avatica.ConnectionConfig
    All Known Implementing Classes:
    CalciteConnectionConfigImpl

    public interface CalciteConnectionConfig
    extends org.apache.calcite.avatica.ConnectionConfig
    Interface for reading connection properties within Calcite code. There is a method for every property. At some point there will be similar config classes for system and statement properties.