Serialized Form
Package interbase.interclient |
cpds
javax.sql.ConnectionPoolDataSource cpds
dataSourceName
String dataSourceName
charSet
String charSet
- The character encoding to use for a connection to this data source.
databaseName
String databaseName
- The target database for this data source.
dataSourceName
String dataSourceName
- A data source name; used to name an
underlying XADataSource, or ConnectionPoolDataSource
when pooling of connections is done.
description
String description
- A description of this data source.
interBaseLicense
String interBaseLicense
- The InterBase license key to use for a connection to this data source.
loginTimeout
int loginTimeout
- The time in seconds to wait for connections on this data source.
This is not stored as part of datasource under JNDI.
logWriter_
PrintWriter logWriter_
networkProtocol
String networkProtocol
- The database protocol to use for a connection to this data source.
password
String password
- The user password to use for a connection to this data source.
portNumber
int portNumber
- The port number where InterServer listens for connection requests to this data source.
roleName
String roleName
- The user's SQL role to use for a connection to this data source.
serverManagerHost
String serverManagerHost
- The InterBase server to be serviced by a ServerManager on this data source.
If this property is null,
serverName
is used.
serverName
String serverName
- The server where InterServer manages requests to this data source.
suggestedCachePages
int suggestedCachePages
- The suggested number of cache pages to use for a connection to this data source.
sweepOnConnect
boolean sweepOnConnect
- Should the database be swept clean of old record versions upon connection to this data source.
user
String user
- The user name to use for a connection to this data source.
Package interbase.interclient.utils |
verifier_
interbase.interclient.utils.InstallationVerifier verifier_
Send comments or suggestions to interclient@interbase.com