Package de.hybris.platform.persistence
Class SqlConstants
- java.lang.Object
-
- de.hybris.platform.persistence.SqlConstants
-
public final class SqlConstants extends java.lang.ObjectConstants related to the sql.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMYSQL_ENGINEThe table option within Sql CREATE TABLE Syntax.
-
-
-
Field Detail
-
MYSQL_ENGINE
public static final java.lang.String MYSQL_ENGINE
The table option within Sql CREATE TABLE Syntax.The ENGINE table option specifies the storage engine for the table.
- See Also:
- Constant Field Values
-
-