A C D G I L M N O P R S T U

A

activeCount - Variable in class org.apache.struts.legacy.GenericDataSource
The number of connections that have been created by this data source.
addProperty(String, String) - Method in class org.apache.struts.legacy.GenericDataSource
Add a generic property to the list of connection properties to be used.
applicationClass(String) - Static method in class org.apache.struts.legacy.GenericDataSource
Return the Class object for the specified fully qualified class name, from this web application's class loader.
applicationInstance(String) - Static method in class org.apache.struts.legacy.GenericDataSource
Return a new instance of the specified fully qualified class name, after loading the class from this web application's class loader.
autoCommit - Variable in class org.apache.struts.legacy.GenericDataSource
The default auto-commit state for newly created connections.
autoCommit - Variable in class org.apache.struts.legacy.GenericConnection
The initial auto-commit state to which we should return after release.

C

catalog - Variable in class org.apache.struts.legacy.GenericConnection
The initial catalog to which we should return after release.
clearWarnings() - Method in class org.apache.struts.legacy.GenericConnection
Clear all warnings reported for this Connection.
close() - Method in class org.apache.struts.legacy.GenericDataSource
Close all connections that have been created by this data source.
close() - Method in class org.apache.struts.legacy.GenericConnection
Return this wrapped Connection to our data source connection pool.
closed - Variable in class org.apache.struts.legacy.GenericDataSource
Has this data source been closed?
closed - Variable in class org.apache.struts.legacy.GenericConnection
The closed flag for this wrapped connection.
commit() - Method in class org.apache.struts.legacy.GenericConnection
Make all changes made since the previous commit or rollback permanent, and releases any database locks currently held.
conn - Variable in class org.apache.struts.legacy.GenericConnection
The Connection that is being wrapped.
connections - Variable in class org.apache.struts.legacy.GenericDataSource
The list of Connections (wrapped in our associated wrapper class) that have been created but are not currently in use.
createConnection() - Method in class org.apache.struts.legacy.GenericDataSource
Create, configure, and return a new JDBC Connection that has been wrapped in our corresponding wrapper.
createStatement() - Method in class org.apache.struts.legacy.GenericConnection
Create a Statement for sending SQL statements to the database.
createStatement(int, int) - Method in class org.apache.struts.legacy.GenericConnection
(JDBC 2.0) Create a Statement that will create a ResultSet of the specified type and concurrency.

D

debug - Variable in class org.apache.struts.legacy.GenericDataSource
The debugging detail level for this data source.
description - Variable in class org.apache.struts.legacy.GenericDataSource
The description of this data source.
driver - Variable in class org.apache.struts.legacy.GenericDataSource
The JDBC driver that we use as a connection factory.
driverClass - Variable in class org.apache.struts.legacy.GenericDataSource
The Java class name of the JDBC driver to use.

G

GenericConnection - class org.apache.struts.legacy.GenericConnection.
Generic wrapper implementation of a Connection that works with GenericDataSource to wrap connections for any JDBC driver.
GenericConnection(GenericDataSource, Connection, boolean, boolean) - Constructor for class org.apache.struts.legacy.GenericConnection
Construct a new GenericConnection wrapping the specified connection.
GenericDataSource - class org.apache.struts.legacy.GenericDataSource.
Generic data source implementation of the DataSource interface.
GenericDataSource() - Constructor for class org.apache.struts.legacy.GenericDataSource
 
getActiveCount() - Method in class org.apache.struts.legacy.GenericDataSource
 
getAutoCommit() - Method in class org.apache.struts.legacy.GenericDataSource
 
getAutoCommit() - Method in class org.apache.struts.legacy.GenericConnection
Return the current auto-commit state.
getCatalog() - Method in class org.apache.struts.legacy.GenericConnection
Return the current catalog name for this Connection.
getConnection() - Method in class org.apache.struts.legacy.GenericDataSource
Attempt to establish a database connection.
getConnection() - Method in class org.apache.struts.legacy.GenericConnection
Return the actual connection that we are wrapping.
getConnection(String, String) - Method in class org.apache.struts.legacy.GenericDataSource
Attempt to establish a database connection.
getDataSource() - Method in class org.apache.struts.legacy.GenericConnection
Return the data source that owns this connection.
getDebug() - Method in class org.apache.struts.legacy.GenericDataSource
 
getDescription() - Method in class org.apache.struts.legacy.GenericDataSource
 
getDriverClass() - Method in class org.apache.struts.legacy.GenericDataSource
 
getLoginTimeout() - Method in class org.apache.struts.legacy.GenericDataSource
Return the login timeout for this data source.
getLogWriter() - Method in class org.apache.struts.legacy.GenericDataSource
Return the log writer for this data source.
getMaxCount() - Method in class org.apache.struts.legacy.GenericDataSource
 
getMetaData() - Method in class org.apache.struts.legacy.GenericConnection
Get the metadata regarding this connection's database.
getMinCount() - Method in class org.apache.struts.legacy.GenericDataSource
 
getPassword() - Method in class org.apache.struts.legacy.GenericDataSource
 
getPingCommand() - Method in class org.apache.struts.legacy.GenericDataSource
 
getPingQuery() - Method in class org.apache.struts.legacy.GenericDataSource
 
getReadOnly() - Method in class org.apache.struts.legacy.GenericDataSource
 
getTransactionIsolation() - Method in class org.apache.struts.legacy.GenericConnection
Return this Connection's current transaction isolation level.
getTypeMap() - Method in class org.apache.struts.legacy.GenericConnection
(JDBC 2.0) Return the type map for this connection.
getUrl() - Method in class org.apache.struts.legacy.GenericDataSource
 
getUseCount() - Method in class org.apache.struts.legacy.GenericDataSource
 
getUser() - Method in class org.apache.struts.legacy.GenericDataSource
 
getWarnings() - Method in class org.apache.struts.legacy.GenericConnection
Return the first warning reported by calls to this Connection.

I

isClosed() - Method in class org.apache.struts.legacy.GenericConnection
Return true if this Connection is closed.
isReadOnly() - Method in class org.apache.struts.legacy.GenericConnection
Return true if this Connection is in read-only mode.

L

level - Variable in class org.apache.struts.legacy.GenericConnection
The initial transaction isolation level to which we should return after release.
log - Variable in class org.apache.struts.legacy.GenericDataSource
Commons Logging instance.
log(String) - Method in class org.apache.struts.legacy.GenericDataSource
Log the specified message to our log writer, if we have one.
log(String, Throwable) - Method in class org.apache.struts.legacy.GenericDataSource
Log the specified message and exception to our log writer, if we have one.
loginTimeout - Variable in class org.apache.struts.legacy.GenericDataSource
The login timeout for this data source.
logWriter - Variable in class org.apache.struts.legacy.GenericDataSource
The log writer for this data source.

M

map - Variable in class org.apache.struts.legacy.GenericConnection
The initial type map to which we should return after release.
maxCount - Variable in class org.apache.struts.legacy.GenericDataSource
The maximum number of connections to be created.
minCount - Variable in class org.apache.struts.legacy.GenericDataSource
The minimum number of connections to be created.

N

nativeSQL(String) - Method in class org.apache.struts.legacy.GenericConnection
Convert the given SQL statement into the system's native SQL grammer.

O

open() - Method in class org.apache.struts.legacy.GenericDataSource
Open the initial connections that are appropriate for this data source.
org.apache.struts.legacy - package org.apache.struts.legacy
This distribution contains classes which have been removed from the core Struts distribution but may still be of interest.

P

password - Variable in class org.apache.struts.legacy.GenericDataSource
The database password for use in establishing a connection.
ping(Connection) - Method in class org.apache.struts.legacy.GenericDataSource
Perform any configured pingCommand and/or pingQuery on the specified connection, returning any SQLException that is encountered along the way.
pingCommand - Variable in class org.apache.struts.legacy.GenericDataSource
The non-query SQL command used to ping an allocated connection.
pingQuery - Variable in class org.apache.struts.legacy.GenericDataSource
The query SQL command used to ping an allocated connection.
prepareCall(String) - Method in class org.apache.struts.legacy.GenericConnection
Create a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class org.apache.struts.legacy.GenericConnection
(JDBC 2.0) Create a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - Method in class org.apache.struts.legacy.GenericConnection
Create a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class org.apache.struts.legacy.GenericConnection
(JDBC 2.0) Create a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
properties - Variable in class org.apache.struts.legacy.GenericDataSource
The connection properties for use in establishing connections.

R

readOnly - Variable in class org.apache.struts.legacy.GenericDataSource
The default read-only state for newly created connections.
readOnly - Variable in class org.apache.struts.legacy.GenericConnection
The initial read-only state to which we should return after release.
returnConnection(GenericConnection) - Method in class org.apache.struts.legacy.GenericDataSource
Return this connection to the available connection pool.
rollback() - Method in class org.apache.struts.legacy.GenericConnection
Drop all changes made since the previous commit or rollback.

S

setAutoCommit(boolean) - Method in class org.apache.struts.legacy.GenericDataSource
 
setAutoCommit(boolean) - Method in class org.apache.struts.legacy.GenericConnection
Sets this connection's auto-commit mode.
setCatalog(String) - Method in class org.apache.struts.legacy.GenericConnection
Set the catalog name for this Connection.
setClosed(boolean) - Method in class org.apache.struts.legacy.GenericConnection
Set the closed status of this connection wrapper.
setDebug(int) - Method in class org.apache.struts.legacy.GenericDataSource
 
setDescription(String) - Method in class org.apache.struts.legacy.GenericDataSource
 
setDriverClass(String) - Method in class org.apache.struts.legacy.GenericDataSource
 
setLoginTimeout(int) - Method in class org.apache.struts.legacy.GenericDataSource
Set the login timeout for this data source.
setLogWriter(PrintWriter) - Method in class org.apache.struts.legacy.GenericDataSource
Set the log writer for this data source.
setMaxCount(int) - Method in class org.apache.struts.legacy.GenericDataSource
 
setMinCount(int) - Method in class org.apache.struts.legacy.GenericDataSource
 
setPassword(String) - Method in class org.apache.struts.legacy.GenericDataSource
 
setPingCommand(String) - Method in class org.apache.struts.legacy.GenericDataSource
 
setPingQuery(String) - Method in class org.apache.struts.legacy.GenericDataSource
 
setReadOnly(boolean) - Method in class org.apache.struts.legacy.GenericDataSource
 
setReadOnly(boolean) - Method in class org.apache.struts.legacy.GenericConnection
Set the read-only mode of this connection.
setTransactionIsolation(int) - Method in class org.apache.struts.legacy.GenericConnection
Set the transaction isolation level for this Connection.
setTypeMap(Map) - Method in class org.apache.struts.legacy.GenericConnection
(JDBC 2.0) Set the type map for this connection.
setUrl(String) - Method in class org.apache.struts.legacy.GenericDataSource
 
setUser(String) - Method in class org.apache.struts.legacy.GenericDataSource
 
source - Variable in class org.apache.struts.legacy.GenericConnection
The GenericDataSource that owns this connection.
SQLEXCEPTION_CLOSED - Static variable in class org.apache.struts.legacy.GenericConnection
 
SQLEXCEPTION_GETCONNECTION - Static variable in class org.apache.struts.legacy.GenericDataSource
 

T

toString() - Method in class org.apache.struts.legacy.GenericDataSource
Return a string representation of this component.

U

url - Variable in class org.apache.struts.legacy.GenericDataSource
The JDBC URL for the database connection to be opened.
useCount - Variable in class org.apache.struts.legacy.GenericDataSource
The number of connections created by this data source that are currently in use.
user - Variable in class org.apache.struts.legacy.GenericDataSource
The database username for use in establishing a connection.

A C D G I L M N O P R S T U

Copyright © 2001-2003 - Apache Software Foundation