类 DB2390V8Dialect

  • 所有已实现的接口:
    ConversionContext

    public class DB2390V8Dialect
    extends DB2390Dialect
    An SQL dialect for DB2/390 version 8.
    作者:
    Tobias Sternvik
    • 构造器详细资料

      • DB2390V8Dialect

        public DB2390V8Dialect()
    • 方法详细资料

      • supportsSequences

        public boolean supportsSequences()
        从类复制的说明: Dialect
        Does this dialect support sequences?
        覆盖:
        supportsSequences 在类中 DB2390Dialect
        返回:
        True if sequences supported; false otherwise.
      • getSequenceNextValString

        public String getSequenceNextValString​(String sequenceName)
        从类复制的说明: Dialect
        Generate the appropriate select statement to to retrieve the next value of a sequence.

        This should be a "stand alone" select statement.

        覆盖:
        getSequenceNextValString 在类中 DB2Dialect
        参数:
        sequenceName - the name of the sequence
        返回:
        String The "nextval" select string.
      • getQuerySequencesString

        public String getQuerySequencesString()
        从类复制的说明: Dialect
        Get the select command used retrieve the names of all sequences.
        覆盖:
        getQuerySequencesString 在类中 DB2390Dialect
        返回:
        The select command; or null if sequences are not supported.
        另请参阅:
        SchemaUpdate