Class SqlConstants

java.lang.Object
de.hybris.platform.persistence.SqlConstants

public final class SqlConstants extends Object
Constants related to the sql.
  • Field Details

    • MYSQL_ENGINE

      public static final String MYSQL_ENGINE
      The table option within Sql CREATE TABLE Syntax.

      The ENGINE table option specifies the storage engine for the table.

      See Also: