类 PrimaryKey

    • 构造器详细资料

      • PrimaryKey

        public PrimaryKey​(Table table)
    • 方法详细资料

      • getTableNameForLogging

        protected String getTableNameForLogging​(Column column)
      • sqlConstraintString

        public String sqlConstraintString​(Dialect dialect)
      • generatedConstraintNamePrefix

        public String generatedConstraintNamePrefix()
        指定者:
        generatedConstraintNamePrefix 在类中 Constraint
        返回:
        String The prefix to use in generated constraint names. Examples: "UK_", "FK_", and "PK_".
      • getExportIdentifier

        public String getExportIdentifier()
        从接口复制的说明: Exportable
        Get a unique identifier to make sure we are not exporting the same database structure multiple times.
        返回:
        The exporting identifier.