public class SQLCommon extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Properties |
properties |
| 构造器和说明 |
|---|
SQLCommon() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SQLException |
EncodingException(UnsupportedEncodingException ecodingError) |
static MessageFormat |
getMessageFormat(String formatString) |
static Properties |
getProperties() |
static void |
iniSQLProperties() |
static SQLException |
innerIOException(IOException ioError) |
static void |
setProperties(Properties properties) |
static SQLFeatureNotSupportedException |
unSupportException(String method,
String param)
定于“不支持方法”异常
|
public static Properties properties
public static void iniSQLProperties()
public static Properties getProperties()
public static void setProperties(Properties properties)
public static MessageFormat getMessageFormat(String formatString)
public static SQLFeatureNotSupportedException unSupportException(String method, String param)
public static SQLException innerIOException(IOException ioError)
public static SQLException EncodingException(UnsupportedEncodingException ecodingError)
Copyright © 2025. All rights reserved.