|
|||||||||
| 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 java.lang.String |
getCanonicalName(java.lang.String propertyName)
|
static java.sql.DriverPropertyInfo[] |
getDriverPropertyInfo(java.util.Properties props)
Get property information for the specified properties. |
static void |
handleEncodings(java.util.HashMap info)
Handle character encoding parameters. |
static java.util.HashMap |
normalize(java.util.Properties props)
Normalize the properties. |
static java.util.Map<java.lang.String,java.lang.String> |
normalize(java.lang.String url,
java.util.Properties props)
Deprecated. Use normalize(Properties) instead. Method will be removed in Jaybird 3.0 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FBDriverPropertyManager()
| Method Detail |
|---|
@Deprecated
public static java.util.Map<java.lang.String,java.lang.String> normalize(java.lang.String url,
java.util.Properties props)
throws java.sql.SQLException
normalize(Properties) instead. Method will be removed in Jaybird 3.0
url - ignoredprops - instance of Properties containing original properties.
Map containing the normalized ones.
java.sql.SQLException - if original properties reference the same DPB
parameter using both alias and original name.
public static java.util.HashMap normalize(java.util.Properties props)
throws java.sql.SQLException
props - instance of Properties containing original properties.
Map containing the normalized ones.
java.sql.SQLException - if original properties reference the same DPB
parameter using both alias and original name.public static java.lang.String getCanonicalName(java.lang.String propertyName)
public static void handleEncodings(java.util.HashMap info)
throws java.sql.SQLException
info - connection properties
java.sql.SQLException - if both isc_dpb_local_encoding and charSet are
specified.public static java.sql.DriverPropertyInfo[] getDriverPropertyInfo(java.util.Properties props)
props - instance of Properties.
DriverPropertyInfo instances.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||