Class MySQLIdentifier

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

    public class MySQLIdentifier
    extends Object
    implements com.exasol.db.Identifier
    MySQL-specific identifier.
    • Method Detail

      • validate

        public static boolean validate​(String id)
        Check if a string is a valid identifier.
        Parameters:
        id - identifier to be validated
        Returns:
        true if the string is a valid 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