Package de.hybris.platform.persistence
Class SqlConstants
java.lang.Object
de.hybris.platform.persistence.SqlConstants
Constants related to the sql.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe table option within Sql CREATE TABLE Syntax. -
Method Summary
-
Field Details
-
MYSQL_ENGINE
The table option within Sql CREATE TABLE Syntax.The ENGINE table option specifies the storage engine for the table.
- See Also:
-