Overview
Package
Class
Tree
Deprecated
Index
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
G
I
J
S
U
B
BaseDatasource
- Class in
com.jnetdirect.datasource
A Datasource is a factory for connections to a physical data source.
C
closeAllConnections()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Close all connection in the pool.
closeAllConnections()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Close all connections in the connection pool.
com.jnetdirect.datasource
- package com.jnetdirect.datasource
com.jnetdirect.jsql
- package com.jnetdirect.jsql
D
debugLog
- Static variable in class com.jnetdirect.datasource.
BaseDatasource
G
getApplicationName()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the application name property.
getAsciiStringParameters()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the ascii setting
getAvailableConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Return the total number of physical connections currently available.
getAvailableConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the total number of physical connections currently available.
getBooleanLiterals()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the boolean literals property.
getCodepage()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the codepage
getConnection()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Obtain a database connection using the datasource user and password properties.
getConnection(String, String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Obtain a database connection using the supplied user and password properties.
getConnection()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Get a connection from the pool.
getConnection(String, String)
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Get a connection from the pool.
getConnection(String, String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
getConnection()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
getConnection()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
getConnection(String, String)
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
getConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Return the total number of physical connections open in the pool.
getConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the total number of physical connections open in the pool.
getConnectionRetryCount()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the connection retry count.
getConnectionRetryWait()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the connection retry wait time.
getConnectionVerifyTable()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the verify table.
getDatabase()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Deprecated.
- Use getDatabaseName.
getDatabaseName()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the database name for the datasource.
getDescription()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the description of the datasource.
getDisableStatementPooling()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the prepared statement pooling flag.
getDomain()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the domain name
getDtcEnabled()
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
Get the MS DTC setting
getDtcLoggingEnabled()
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
Get the MS DTC logging setting
getEnableFailover()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the failover enabled mode.
getErroredConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Return the total number of physical connections that were removed from the pool due to errors in their connections.
getErroredConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the total number of physical connections that were removed from the pool due to errors in their connections.
getInitialPoolSize()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the initial pool size.
getInstanceName()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the instance name.
getIterativeBatching()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the iterativeBatching setting.
getLastPhysicalException()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the most recent physical connectivity exception, if any.
getLastPhysicalExceptionDate()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the most recent physical connectivity exception date(time), if any.
getLastUpdateCount()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the last update count mode.
getLockTimeout()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the lock timeout
getLogfile()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Retrieves the log file for this DataSource.
getLogicalOpennedCount()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Return the total number of logical connections issued.
getLogicalOpennedCount()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the total number of logical connections issued.
getLoginTimeout()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Gets the maximum time that the data source will wait while attempting to connect to a database.
getLogWriter()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Retrieves the log writer for this DataSource.
getManagementCycleTime()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Deprecated.
- use getPropertyCycle()
getMaxConnectionBacklog()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the connection retry wait time.
getMaxIdleTime()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the maximum idle time.
getMaxPoolSize()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the maximum number of connections allowed in the connection pool.
getMinPoolSize()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the minimum number of connections allowed in the connection pool.
getNetLibType()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the netLibType (oledb or sqlncli)
getPacketSize()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the packetSize
getPassword()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the password for this datasource.
getPooledConnection()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPoolDataSource
getPooledConnection(String, String)
- Method in class com.jnetdirect.jsql.
JSQLConnectionPoolDataSource
getPortNumber()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the port number for the connection
getPreExecuteMetaData()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the preExecuteMetaData setting..
getProperties()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get property values for the datasource.
getPropertyCycle()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the property cycle interval for the datasource.
getReference()
- Method in class com.jnetdirect.datasource.
BaseDatasource
getSelectMethod()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the select method setting.
getServerName()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the server name for the datasource.
getSqlVersion()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the SQL version
getSsl()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the ssl setting
getSslTrusted()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the ssl validating setting
getStatus()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Return the status of the pool.
getStatus()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Get the pool status.
getTimeOutConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Return the total number of physical connections that were closed because they exceeded the idle time for timeout setting.
getTimeOutConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the total number of physical connections that were closed because they exceeded the idle time for timeout setting.
getTrustedAuthentication()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the trusted authentication setting.
getTrustedAuthenticationPort()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the port used for trusted authentication proxy listener.
getUrl()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the url for the datasource.
getURL()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Synonymous with getUrl();
getUsedConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLConnectionPool
Return the total number of physical connections currently in use.
getUsedConnectionCount()
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
Return the total number of physical connections currently in use.
getUser()
- Method in class com.jnetdirect.datasource.
BaseDatasource
Get the user name for this datasource.
getXAConnection(String, String)
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
Obtain a physical database connection to particate in an XA transaction with the specified user and password.
getXAConnection()
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
Obtain a physical database connection to particate in an XA transaction.
getXopenStates()
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Get the SQL state mode.
I
isWrapperFor(Class)
- Method in class com.jnetdirect.jsql.
JSQLConnectionPoolDataSource
isWrapperFor(Class)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
isWrapperFor(Class)
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
isWrapperFor(Class)
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
J
JSQLConnectionPool
- Class in
com.jnetdirect.jsql
JSQLConnectionPool is deprecated.
JSQLConnectionPool(JSQLConnectionPoolDataSource)
- Constructor for class com.jnetdirect.jsql.
JSQLConnectionPool
Create a pool.
JSQLConnectionPoolDataSource
- Class in
com.jnetdirect.jsql
ConnectionPoolDataSource provides physical database connections for connection pool managers.
JSQLConnectionPoolDataSource()
- Constructor for class com.jnetdirect.jsql.
JSQLConnectionPoolDataSource
JSQLConnectionPoolDataSource(String)
- Constructor for class com.jnetdirect.jsql.
JSQLConnectionPoolDataSource
JSQLDataSource
- Class in
com.jnetdirect.jsql
This datasource lists properties specific for the JSQLConect driver.
JSQLDataSource()
- Constructor for class com.jnetdirect.jsql.
JSQLDataSource
Create a new datasource
JSQLPoolingDataSource
- Class in
com.jnetdirect.jsql
PoolingDataSource is a fully JDBC 2.0 compliant connection pool manager for pooling database connections.
JSQLPoolingDataSource()
- Constructor for class com.jnetdirect.jsql.
JSQLPoolingDataSource
JSQLXADataSource
- Class in
com.jnetdirect.jsql
JSQLXADataSource provides database connections for use in distributed (XA) transactions.
JSQLXADataSource()
- Constructor for class com.jnetdirect.jsql.
JSQLXADataSource
S
setApplicationName(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set application name.
setAsciiStringParameters(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set ascii string parameters for prepared statements.
setBooleanLiterals(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set boolean literals.
setCodepage(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the code page for the connection.
setConnectionRetryCount(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Enable retries for failed connections.
setConnectionRetryWait(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the retry period for connection retries in milliseconds.
setConnectionVerifyTable(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the connection verification table.
setDatabase(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
changed to use setDatabaseName.
setDatabaseName(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the database name for the datasource.
setDescription(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the description of the datasource.
setDisableStatementPooling(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Disable the pooling of prepared statements.
setDomain(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the domain name.
setDtcEnabled(String)
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
Set DTC Enabled
setDtcLoggingEnabled(String)
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
Controls logging of MS Distributed Transaction Coordinator (MS-DTC) calls.
setEnableFailover(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Enable failover connection property parsing.
setInitialPoolSize(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the initial pool size of the connection pool.
setInstanceName(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the instance name.
setIterativeBatching(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set to true causes the driver to send each command in the batch separately.
setLastUpdateCount(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the last update count mode.
setLockTimeout(int)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the lock timeout.
setLogfile(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Sets the log file for this DataSource.
setLoginTimeout(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Sets the maximum time the data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Sets the log writer for this DataSource.
setManagementCycleTime(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
changed to use the setPropertyCycle()
setMaxConnectionBacklog(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
setMaxIdleTime(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the maximum idle time that controls when idle connections are removed from the pool.
setMaxPoolSize(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the maximum number of connections allowed in the connection pool.
setMinPoolSize(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the minimum number of connections required in the connection pool.
setNetLibType(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the Net Lib Type
setPacketSize(int)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the requested packet size
setPassword(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the password for the connection.
setPortNumber(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the port number for the connection
setPreExecuteMetaData(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set to true causes the driver to obtain result set meta data before executing a query.
setProperties(Properties)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set property values from a set of properties.
setProperty(String, String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the value of any datasource property.
setPropertyCycle(int)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Sets the interval that the pool should wait before enforcing the current policy defined by the values of connection pool properties.
setSelectMethod(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Sets the cursor type for result set.
setServerName(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the server name for the machine running the database
setSqlVersion(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the version of SQL Server.
setSsl(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set ssl setting for connections.
setSslTrusted(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the ssl trusted for connections.
setTrustedAuthentication(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Enabled trusted authentication (NT) authentication.
setTrustedAuthenticationPort(int)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the port used for trusted authentication proxy listener.
setUrl(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set property values from a driver URL.
setURL(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Synonymous with setUrl();
setUser(String)
- Method in class com.jnetdirect.datasource.
BaseDatasource
Set the user name for the connection.
setXopenStates(String)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
Set the SQL state mode.
U
unwrap(Class)
- Method in class com.jnetdirect.jsql.
JSQLConnectionPoolDataSource
unwrap(Class)
- Method in class com.jnetdirect.jsql.
JSQLDataSource
unwrap(Class)
- Method in class com.jnetdirect.jsql.
JSQLPoolingDataSource
unwrap(Class)
- Method in class com.jnetdirect.jsql.
JSQLXADataSource
B
C
D
G
I
J
S
U
Overview
Package
Class
Tree
Deprecated
Index
PREV NEXT
FRAMES
NO FRAMES
All Classes