类 Sequence

  • 所有已实现的接口:
    Exportable

    public class Sequence
    extends Object
    implements Exportable
    Models a database SEQUENCE.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getExportIdentifier

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

        public int getInitialValue()
      • getIncrementSize

        public int getIncrementSize()
      • validate

        public void validate​(int initialValue,
                             int incrementSize)