|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.jdbc.FBDriverPropertyManager
public class FBDriverPropertyManager
Manager of the DPB properties.
| Constructor Summary | |
|---|---|
FBDriverPropertyManager()
|
|
| Method Summary | |
|---|---|
static String |
getCanonicalName(String propertyName)
|
static DriverPropertyInfo[] |
getDriverPropertyInfo(Properties props)
Get property information for the specified properties. |
static void |
handleEncodings(HashMap info)
Handle character encoding parameters. |
static HashMap |
normalize(String url,
Map props)
Normalize the properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FBDriverPropertyManager()
| Method Detail |
|---|
public static HashMap normalize(String url,
Map props)
throws SQLException
props - instance of Properties containing original properties.
Properties containing the normalized ones.
SQLException - if original properties reference the same DPB
parameter using both alias and original name.public static String getCanonicalName(String propertyName)
public static void handleEncodings(HashMap info)
throws SQLException
info - connection properties
SQLException - if both isc_dpb_local_encoding and charSet are
specified.public static DriverPropertyInfo[] getDriverPropertyInfo(Properties props)
props - instance of Properties.
DriverPropertyInfo instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||