Class ProgressFactory

    • Field Detail

      • FACTORY_NAME

        public static final java.lang.String FACTORY_NAME
        Internal name of this PersistenceFactory instance.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProgressFactory

        public ProgressFactory()
    • Method Detail

      • quoteName

        public java.lang.String quoteName​(java.lang.String name)
        Description copied from interface: PersistenceFactory
        Returns the quoted identifier suitable for preventing conflicts between database identifiers and reserved keywords.
        Specified by:
        quoteName in interface PersistenceFactory
        Overrides:
        quoteName in class GenericFactory
        Parameters:
        name - The identifier (table, column, etc)
        Returns:
        The quoted identifier