Class Ingres10Dialect

  • All Implemented Interfaces:
    ConversionContext

    public class Ingres10Dialect
    extends Ingres9Dialect
    A SQL dialect for Ingres 10 and later versions.

    Changes:

    • Add native BOOLEAN type support
    • Add identity column support
    • Constructor Detail

      • Ingres10Dialect

        public Ingres10Dialect()
        Constructs a Ingres10Dialect
    • Method Detail

      • registerBooleanSupport

        protected void registerBooleanSupport()
      • toBooleanValueString

        public java.lang.String toBooleanValueString​(boolean bool)
        Description copied from class: Dialect
        The SQL literal value to which this database maps boolean values.
        Overrides:
        toBooleanValueString in class Dialect
        Parameters:
        bool - The boolean value
        Returns:
        The appropriate SQL literal.