Subject | Re: deprecated functions |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-06-04T16:43:41Z |
> What is the non-deprecated way to replace the following functions:All pooling related code has been moved to org.firebirdsql.pool
>
> warning: [deprecation] setDatabaseName(java.lang.String) in
> org.firebirdsql.jdbc.FBSimpleDataSource has been deprecated
> warning: [deprecation] setUser(java.lang.String) in
> org.firebirdsql.jdbc.FBSimpleDataSource has been deprecated
package:
org.firebirdsql.jdbc.FBSimpleDataSource ->
org.firebirdsql.pool.FBSimpleDataSource
Roman