|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.firebirdsql.ds.RootCommonDataSource
org.firebirdsql.ds.FBSimpleDataSource
org.firebirdsql.pool.FBSimpleDataSource
FBSimpleDataSource
@Deprecated public class FBSimpleDataSource
This is a simple implementation of DataSource
interface. Connections
are physically opened in DataSource.getConnection()
method and
physically closed in Connection.close()
method. If you need connection
pooling, use a third party connection pool library instead.
Field Summary |
---|
Fields inherited from class org.firebirdsql.ds.FBSimpleDataSource |
---|
description, ds, jndiReference, mcf |
Constructor Summary | |
---|---|
FBSimpleDataSource()
Deprecated. Create instance of this class. |
|
FBSimpleDataSource(org.firebirdsql.gds.impl.GDSType type)
Deprecated. Create instance of this class. |
Method Summary |
---|
Methods inherited from class org.firebirdsql.ds.RootCommonDataSource |
---|
getLogWriter, getParentLogger, setLogWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.sql.CommonDataSource |
---|
getLogWriter, setLogWriter |
Constructor Detail |
---|
public FBSimpleDataSource()
public FBSimpleDataSource(org.firebirdsql.gds.impl.GDSType type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |