Class HANACloudColumnStoreDialect

All Implemented Interfaces:
FunctionContributor, TypeContributor, ConversionContext

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

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

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

Author:
Jonathan Bregler
  • Constructor Details

    • HANACloudColumnStoreDialect

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