Class DB2390V8Dialect

    • Constructor Detail

      • DB2390V8Dialect

        public DB2390V8Dialect()
    • Method Detail

      • supportsSequences

        public boolean supportsSequences()
        Description copied from class: Dialect
        Does this dialect support sequences?
        Overrides:
        supportsSequences in class DB2390Dialect
        Returns:
        True if sequences supported; false otherwise.
      • getSequenceNextValString

        public String getSequenceNextValString​(String sequenceName)
        Description copied from class: Dialect
        Generate the appropriate select statement to to retrieve the next value of a sequence.

        This should be a "stand alone" select statement.

        Overrides:
        getSequenceNextValString in class DB2Dialect
        Parameters:
        sequenceName - the name of the sequence
        Returns:
        String The "nextval" select string.
      • getQuerySequencesString

        public String getQuerySequencesString()
        Description copied from class: Dialect
        Get the select command used retrieve the names of all sequences.
        Overrides:
        getQuerySequencesString in class DB2390Dialect
        Returns:
        The select command; or null if sequences are not supported.
        See Also:
        SchemaUpdate