Class PostgreSqlIdentifier

  • All Implemented Interfaces:
    com.exasol.db.Identifier

    public class PostgreSqlIdentifier
    extends Object
    implements com.exasol.db.Identifier
    PostgreSQL Identifier.
    • Method Detail

      • of

        public static PostgreSqlIdentifier of​(String id)
        Get a PostgreSQL Identifier for a given string.
        Parameters:
        id - id for the identifier
        Returns:
        built identifier
      • toString

        public String toString()
        Specified by:
        toString in interface com.exasol.db.Identifier
        Overrides:
        toString in class Object
      • quote

        public String quote()
        Specified by:
        quote in interface com.exasol.db.Identifier
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object