Class PostgreSqlIdentifier
- java.lang.Object
-
- com.exasol.dbbuilder.dialects.postgres.PostgreSqlIdentifier
-
- All Implemented Interfaces:
com.exasol.db.Identifier
public class PostgreSqlIdentifier extends Object implements com.exasol.db.Identifier
PostgreSQLIdentifier.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)inthashCode()static PostgreSqlIdentifierof(String id)Get a PostgreSQLIdentifierfor a given string.Stringquote()StringtoString()
-
-
-
Method Detail
-
of
public static PostgreSqlIdentifier of(String id)
Get a PostgreSQLIdentifierfor a given string.- Parameters:
id- id for the identifier- Returns:
- built identifier
-
toString
public String toString()
-
quote
public String quote()
- Specified by:
quotein interfacecom.exasol.db.Identifier
-
-