Java Doc for DbConnectionDefaultPool.java in » Forum » yazd » com » Yasna » forum » database » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Default Yazd connection provider. It uses the excellent connection pool
available from http://www.javaexchange.com. This connection provider is a
a good choice unless you can use a container-managed one.
Inner Class :public class ConnectionWrapper implements Connection
Sets a property of the connection provider. Each provider has a set number
of properties that are determined by the author. Trying to set a non-
existant property will result in an IllegalArgumentException.
Parameters: name - the name of the property to set. Parameters: value - the new value for the property.