public class PGUtils extends Object
Constructor and Description |
---|
PGUtils() |
Modifier and Type | Method and Description |
---|---|
static XAConnection |
createXAConnection(Connection physicalConn) |
static boolean |
isKeyword(String name) |
static boolean |
isPseudoColumn(long hash) |
static List<String> |
showTables(Connection conn) |
public static XAConnection createXAConnection(Connection physicalConn) throws SQLException
SQLException
public static List<String> showTables(Connection conn) throws SQLException
SQLException
public static boolean isKeyword(String name)
public static boolean isPseudoColumn(long hash)
Copyright © 2013–2017 Alibaba Group. All rights reserved.