Class OracleSequenceSupport

    • Field Detail

      • INSTANCE

        @Deprecated(forRemoval=true)
        public static final SequenceSupport INSTANCE
        Deprecated, for removal: This API element is subject to removal in a future version.
        Construct instance based on version instead.
    • Constructor Detail

      • OracleSequenceSupport

        public OracleSequenceSupport​(DatabaseVersion version)
    • Method Detail

      • getFromDual

        public String getFromDual()
      • sometimesNeedsStartingValue

        public boolean sometimesNeedsStartingValue()
        Description copied from interface: SequenceSupport
        Do we need to explicitly specify minvalue or maxvalue when the initial value doesn't have the same sign as the increment?