Class SqlConstants


  • public final class SqlConstants
    extends java.lang.Object
    Constants related to the sql.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MYSQL_ENGINE
      The table option within Sql CREATE TABLE Syntax.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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