Class HANAColumnStoreDialect

All Implemented Interfaces:
FunctionContributor, TypeContributor, ConversionContext
Direct Known Subclasses:
HANACloudColumnStoreDialect

@Deprecated(forRemoval=true) public class HANAColumnStoreDialect extends AbstractHANADialect
Deprecated, for removal: This API element is subject to removal in a future version.
use HANADialect instead
An SQL dialect for the SAP HANA column store.

For more information on interacting with the SAP HANA database, refer to the SAP HANA SQL and System Views Reference and the SAP HANA Client Interface Programming Reference.

Column tables are created by this dialect when using the auto-ddl feature.

Author:
Andrew Clemons, Jonathan Bregler
  • Constructor Details

    • HANAColumnStoreDialect

      public HANAColumnStoreDialect(DialectResolutionInfo info)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • HANAColumnStoreDialect

      public HANAColumnStoreDialect()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • HANAColumnStoreDialect

      public HANAColumnStoreDialect(DatabaseVersion version)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • HANAColumnStoreDialect

      public HANAColumnStoreDialect(HANAServerConfiguration configuration)
      Deprecated, for removal: This API element is subject to removal in a future version.