Package com.impossibl.postgres.system
Class Identifier
- java.lang.Object
-
- com.impossibl.postgres.system.Identifier
-
public class Identifier extends Object
-
-
Constructor Summary
Constructors Constructor Description Identifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
quoteIfNeeded(String ident)
Quote an identifier if its required.
-