All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static String |
big5(String hex) |
static String |
buildKillQuerySql(Connection connection,
SQLException error) |
static XAConnection |
createXAConnection(Driver driver,
Connection physicalConn) |
static BigDecimal |
decimal(BigDecimal value,
int precision,
int scale) |
static String |
gbk(String hex) |
static Class |
getCommunicationsExceptionClass() |
static String |
getCreateTableScript(Connection conn) |
static String |
getCreateTableScript(Connection conn,
boolean sorted,
boolean simplify) |
static Long |
getId(Object conn) |
static long |
getLastPacketReceivedTimeMs(Connection conn) |
static List<String> |
getTableDDL(Connection conn,
List<String> tables) |
static boolean |
isBuiltinDataType(String dataType) |
static boolean |
isKeyword(String name) |
static boolean |
isNumber(String str) |
static boolean |
isSupportParseDateformat(String str) |
static void |
loadDataTypes(Set<String> dataTypes) |
static Date |
parseDate(String str,
TimeZone timeZone) |
static ZonedDateTime |
parseDateTime(byte[] str,
int off,
int len,
ZoneId zoneId) |
static long |
parseMillis(byte[] str,
int off,
int len,
TimeZone timeZone) |
static long |
parseMillis(byte[] str,
TimeZone timeZone) |
static TimeZone |
parseTimeZone(String str) |
static List<String> |
showTables(Connection conn) |
static DateFormat |
toJavaFormat(String fmt) |
static DateFormat |
toJavaFormat(String fmt,
TimeZone timeZone) |
static String |
utf16(String hex) |
static String |
utf32(String hex) |
static String |
utf8(String hex) |