Class AttunityPlatform

    • Constructor Detail

      • AttunityPlatform

        public AttunityPlatform()
    • Method Detail

      • buildFieldTypes

        protected java.util.Hashtable buildFieldTypes()
        Create a table which can translate between java types and Attunity Connect data types.
        Overrides:
        buildFieldTypes in class DatabasePlatform
        Returns:
        java.util.Hashtable
      • supportsPrimaryKeyConstraint

        public boolean supportsPrimaryKeyConstraint()
        Attunity Connect does not support specifying the primary key in the create table syntax.
        Overrides:
        supportsPrimaryKeyConstraint in class DatabasePlatform
        Returns:
        boolean false
      • supportsForeignKeyConstraints

        public boolean supportsForeignKeyConstraints()
        Attunity Connect does not support creating foreign key constraints with the ALTER TABLE syntax.
        Overrides:
        supportsForeignKeyConstraints in class DatabasePlatform
        Returns:
        boolean false.