Package com.alibaba.druid.util
Class PGUtils
- java.lang.Object
-
- com.alibaba.druid.util.PGUtils
-
public class PGUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PGUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XAConnectioncreateXAConnection(Connection physicalConn)static booleanisKeyword(String name)static booleanisPseudoColumn(long hash)static List<String>showTables(Connection conn)
-
-
-
Method Detail
-
createXAConnection
public static XAConnection createXAConnection(Connection physicalConn) throws SQLException
- Throws:
SQLException
-
showTables
public static List<String> showTables(Connection conn) throws SQLException
- Throws:
SQLException
-
isKeyword
public static boolean isKeyword(String name)
-
isPseudoColumn
public static boolean isPseudoColumn(long hash)
-
-