|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.pool.FBWrappingDataSource
org.firebirdsql.jdbc.FBWrappingDataSource
FBWrappingDataSource instead.
public class FBWrappingDataSource
Wrapping data source. This implementation is available only to provide easy migration from JayBird 1.0.x to a new connection pooling framework.
| Constructor Summary | |
|---|---|
FBWrappingDataSource()
Deprecated. Create instanec of this class. |
|
| Method Summary | |
|---|---|
int |
getBlobBufferLength()
Deprecated. |
String |
getDatabaseName()
Deprecated. |
int |
getIdleTimeoutMinutes()
Deprecated. |
int |
getMaxSize()
Deprecated. |
int |
getMinSize()
Deprecated. |
Integer |
getTransactionIsolation()
Deprecated. |
String |
getUser()
Deprecated. |
void |
setBlobBufferLength(int length)
Deprecated. |
void |
setDatabaseName(String databaseName)
Deprecated. |
void |
setIdleTimeoutMinutes(int timeout)
Deprecated. |
void |
setMaxSize(int maxSize)
Deprecated. |
void |
setMinSize(int minSize)
Deprecated. |
void |
setTransactionIsolation(Integer isolation)
Deprecated. |
void |
setUser(String user)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FBWrappingDataSource()
throws SQLException
SQLException - if pool cannot be instantiated.| Method Detail |
|---|
public int getBlobBufferLength()
public void setBlobBufferLength(int length)
public String getDatabaseName()
public void setDatabaseName(String databaseName)
public String getUser()
public void setUser(String user)
public int getMaxSize()
public void setMaxSize(int maxSize)
public int getMinSize()
public void setMinSize(int minSize)
public int getIdleTimeoutMinutes()
public void setIdleTimeoutMinutes(int timeout)
public Integer getTransactionIsolation()
public void setTransactionIsolation(Integer isolation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||