-
For Removal Element Description com.exasol.adapter.capabilities.Capabilities.Builder() UseCapabilities.builder(). This constructor is public for technical reasons but should not be used directly.com.exasol.adapter.capabilities.Capabilities.subtractCapabilities(Capabilities) UseCapabilities.subtract(Capabilities). This method previously mutated the receiver and now delegates to the pure implementation.com.exasol.adapter.metadata.ColumnMetadata.Builder() useColumnMetadata.builder()instead.com.exasol.adapter.sql.SqlFunctionAggregateListagg.Behavior.setTruncationFiller(SqlLiteralString) The behavior of the LISTAGG function is immutable and can not be changed after the creation of the object.com.exasol.adapter.sql.SqlFunctionAggregateListagg.Behavior.setTruncationType(SqlFunctionAggregateListagg.Behavior.TruncationType) The behavior of the LISTAGG function is immutable and can not be changed after the creation of the object.com.exasol.adapter.sql.SqlLimit.setLimit(int) `SqlLimit` is immutable. Create a new instance instead.com.exasol.adapter.sql.SqlLimit.setOffset(int) `SqlLimit` is immutable. Create a new instance instead.com.exasol.adapter.sql.SqlStatementSelect.Builder() useSqlStatementSelect.builder()insteadcom.exasol.errorhandling.ErrorMessages This class is deprecated and will be removed in a future release. UseErrorMessageBuilder.ticketMitigation()instead.com.exasol.errorhandling.ErrorMessages.askForBugReport() useErrorMessageBuilder.ticketMitigation()insteadcom.exasol.logging.VersionCollector() useVersionCollector(String)instead to specify the path to the version file. The default path is"META-INF/maven/com.exasol/virtual-schema-common-java/pom.properties".
-
Classes Class Description com.exasol.errorhandling.ErrorMessages This class is deprecated and will be removed in a future release. UseErrorMessageBuilder.ticketMitigation()instead.
-
Methods Method Description com.exasol.adapter.capabilities.Capabilities.subtractCapabilities(Capabilities) UseCapabilities.subtract(Capabilities). This method previously mutated the receiver and now delegates to the pure implementation.com.exasol.adapter.sql.SqlFunctionAggregateListagg.Behavior.setTruncationFiller(SqlLiteralString) The behavior of the LISTAGG function is immutable and can not be changed after the creation of the object.com.exasol.adapter.sql.SqlFunctionAggregateListagg.Behavior.setTruncationType(SqlFunctionAggregateListagg.Behavior.TruncationType) The behavior of the LISTAGG function is immutable and can not be changed after the creation of the object.com.exasol.adapter.sql.SqlLimit.setLimit(int) `SqlLimit` is immutable. Create a new instance instead.com.exasol.adapter.sql.SqlLimit.setOffset(int) `SqlLimit` is immutable. Create a new instance instead.com.exasol.errorhandling.ErrorMessages.askForBugReport() useErrorMessageBuilder.ticketMitigation()instead
-
Constructors Constructor Description com.exasol.adapter.capabilities.Capabilities.Builder() UseCapabilities.builder(). This constructor is public for technical reasons but should not be used directly.com.exasol.adapter.metadata.ColumnMetadata.Builder() useColumnMetadata.builder()instead.com.exasol.adapter.sql.SqlStatementSelect.Builder() useSqlStatementSelect.builder()insteadcom.exasol.logging.VersionCollector() useVersionCollector(String)instead to specify the path to the version file. The default path is"META-INF/maven/com.exasol/virtual-schema-common-java/pom.properties".
-
Enum Constants Enum Constant Description com.exasol.adapter.capabilities.AggregateFunctionCapability.GEO_INTERSECTION_AGGREGATE TheFN_AGG_GEO_INTERSECTIONcapability was renamed toFN_AGG_ST_INTERSECTIONin Exasol 7.1.alpha1.com.exasol.adapter.capabilities.AggregateFunctionCapability.GEO_UNION_AGGREGATE TheFN_AGG_GEO_UNIONcapability was renamed toFN_AGG_ST_UNIONin Exasol 7.1.alpha1.