Class HANARowStoreDialect

All Implemented Interfaces:
FunctionContributor, TypeContributor, ConversionContext

@Deprecated(forRemoval=true) public class HANARowStoreDialect 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 row 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.

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

Author:
Andrew Clemons, Jonathan Bregler
  • Constructor Details

    • HANARowStoreDialect

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

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

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

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