All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.dbmigration.ddlgeneration.platform.HanaRowStoreDdl Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebeaninternal.dbmigration.ddlgeneration.platform;

import io.ebean.config.dbplatform.DatabasePlatform;

public class HanaRowStoreDdl extends AbstractHanaDdl {

  public HanaRowStoreDdl(DatabasePlatform platform) {
    super(platform);
    this.createTable = "create row table";
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy