Class DatabaseIdentifier

  • All Implemented Interfaces:
    Comparable<Identifier>

    public class DatabaseIdentifier
    extends Identifier
    Models an identifier (name), retrieved from the database.
    • Constructor Detail

      • DatabaseIdentifier

        protected DatabaseIdentifier​(String text)
        Constructs a database identifier instance. It is assumed that text is unquoted.
        Parameters:
        text - The identifier text.