A B C D E F G H I J L M N O P Q R S T U W

A

AbstractAutoIncrementModule - class org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule.
AbstractDatabaseModule gives you the infrastructure for easily deploying more AutoIncrementModules.
AbstractAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule
 
AbstractDatabaseAction - class org.apache.cocoon.acting.AbstractDatabaseAction.
Set up environment for configurable form handling data.
AbstractDatabaseAction() - Constructor for class org.apache.cocoon.acting.AbstractDatabaseAction
 
AutoIncrementModule - interface org.apache.cocoon.components.modules.database.AutoIncrementModule.
Abstraction layer to encapsulate different DBMS behaviour for key attribute columns.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Add a record to the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseAuthenticatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseDeleteAction
Delete a record from the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseSelectAction
Select a record from the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseUpdateAction
Update a record in the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.OraAddAction
Add a record to the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Add a record to the database.
addStatements - Static variable in class org.apache.cocoon.acting.DatabaseAddAction
 

B

BlobHelper - class org.apache.cocoon.util.BlobHelper.
A minimal implementation just enough to send a BLOB to a database.
BlobHelper(InputStream, long) - Constructor for class org.apache.cocoon.util.BlobHelper
 
BlobSource - class org.apache.cocoon.components.source.impl.BlobSource.
A Source that takes its content in a single JDBC column.
BlobSource(String) - Constructor for class org.apache.cocoon.components.source.impl.BlobSource
Create a file source from a 'blob:' url and a component manager.
BlobSourceFactory - class org.apache.cocoon.components.source.impl.BlobSourceFactory.
A factory for 'blob:' sources.
BlobSourceFactory() - Constructor for class org.apache.cocoon.components.source.impl.BlobSourceFactory
 
buildList(Configuration[], String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Build a separed list with the Values of a Configuration Array
buildList(Configuration[], int) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Build a separed list with the Values of a Configuration Array

C

CLOB_ENCODING - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
ClobHelper - class org.apache.cocoon.util.ClobHelper.
A minimal implementation just enough to send a CLOB to a database.
ClobHelper(InputStream, long) - Constructor for class org.apache.cocoon.util.ClobHelper
 
CollectionMetaModule - class org.apache.cocoon.components.modules.input.CollectionMetaModule.
Constructs an array of values suitable for a JDBC collection type from parameters obtained from another input module.
CollectionMetaModule() - Constructor for class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
cachedQueryData - Variable in class org.apache.cocoon.acting.modular.DatabaseAction
 
columns - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
 
configure(Configuration) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule
Configures the database access module.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
configure(Configuration) - Method in class org.apache.cocoon.reading.DatabaseReader
Configure the Reader so that we can use the same database for all instances.
configure(Configuration) - Method in class org.apache.cocoon.transformation.SQLTransformer
Configure transformer.
conn - Variable in class org.apache.cocoon.transformation.SQLTransformer
The connection shared by top level queries (if configuration allows)
connName - Variable in class org.apache.cocoon.transformation.SQLTransformer
The "name" of the connection shared by top level queries (if configuration allows)
connectAttempts - Variable in class org.apache.cocoon.transformation.SQLTransformer
How many connection attempts to do? (default is 5 times)
connectWaittime - Variable in class org.apache.cocoon.transformation.SQLTransformer
How long wait between connection attempts? (default is 5000 ms)
convert(Object, String) - Static method in class org.apache.cocoon.util.JDBCTypeConversions
Converts an object to a JDBC type.

D

DatabaseAction - class org.apache.cocoon.acting.modular.DatabaseAction.
Abstract action for common function needed by database actions.
DatabaseAction() - Constructor for class org.apache.cocoon.acting.modular.DatabaseAction
 
DatabaseAction.CacheHelper - class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper.
Structure that takes all processed data for a table depending on current default modes
DatabaseAction.CacheHelper(int) - Constructor for class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
 
DatabaseAction.CacheHelper(int, int) - Constructor for class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
 
DatabaseAction.Column - class org.apache.cocoon.acting.modular.DatabaseAction.Column.
Structure that takes all processed data for one column.
DatabaseAction.Column() - Constructor for class org.apache.cocoon.acting.modular.DatabaseAction.Column
 
DatabaseAction.LookUpKey - class org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey.
Structure that takes up both current mode types for database operations and table configuration data.
DatabaseAction.LookUpKey(Configuration, Map) - Constructor for class org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey
 
DatabaseAddAction - class org.apache.cocoon.acting.DatabaseAddAction.
Adds record in a database.
DatabaseAddAction() - Constructor for class org.apache.cocoon.acting.DatabaseAddAction
 
DatabaseAddAction - class org.apache.cocoon.acting.modular.DatabaseAddAction.
Adds record in a database.
DatabaseAddAction() - Constructor for class org.apache.cocoon.acting.modular.DatabaseAddAction
 
DatabaseAuthenticatorAction - class org.apache.cocoon.acting.DatabaseAuthenticatorAction.
This action is used to authenticate user by comparing several request fields (username, password) with the values in database.
DatabaseAuthenticatorAction() - Constructor for class org.apache.cocoon.acting.DatabaseAuthenticatorAction
 
DatabaseCookieAuthenticatorAction - class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction.
This action is used to authenticate user by comparing several cookie values (username, password) with the values in database.
DatabaseCookieAuthenticatorAction() - Constructor for class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction
 
DatabaseDeleteAction - class org.apache.cocoon.acting.DatabaseDeleteAction.
Delete a record from a database.
DatabaseDeleteAction() - Constructor for class org.apache.cocoon.acting.DatabaseDeleteAction
 
DatabaseDeleteAction - class org.apache.cocoon.acting.modular.DatabaseDeleteAction.
Updates a record in a database.
DatabaseDeleteAction() - Constructor for class org.apache.cocoon.acting.modular.DatabaseDeleteAction
 
DatabaseQueryAction - class org.apache.cocoon.acting.modular.DatabaseQueryAction.
Executes an arbitrary query.
DatabaseQueryAction() - Constructor for class org.apache.cocoon.acting.modular.DatabaseQueryAction
 
DatabaseReader - class org.apache.cocoon.reading.DatabaseReader.
This Reader pulls a resource from a database.
DatabaseReader() - Constructor for class org.apache.cocoon.reading.DatabaseReader
 
DatabaseSelectAction - class org.apache.cocoon.acting.DatabaseSelectAction.
Select a record from a database.
DatabaseSelectAction() - Constructor for class org.apache.cocoon.acting.DatabaseSelectAction
 
DatabaseSelectAction - class org.apache.cocoon.acting.modular.DatabaseSelectAction.
Selects a record from a database.
DatabaseSelectAction() - Constructor for class org.apache.cocoon.acting.modular.DatabaseSelectAction
 
DatabaseUpdateAction - class org.apache.cocoon.acting.DatabaseUpdateAction.
Update a record in a database.
DatabaseUpdateAction() - Constructor for class org.apache.cocoon.acting.DatabaseUpdateAction
 
DatabaseUpdateAction - class org.apache.cocoon.acting.modular.DatabaseUpdateAction.
Updates a record in a database.
DatabaseUpdateAction() - Constructor for class org.apache.cocoon.acting.modular.DatabaseUpdateAction
 
data(String) - Method in class org.apache.cocoon.transformation.SQLTransformer
Helper method for generating SAX events
datasource - Variable in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
datasource - Variable in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory
 
dbselector - Variable in class org.apache.cocoon.acting.AbstractDatabaseAction
 
dbselector - Variable in class org.apache.cocoon.acting.modular.DatabaseAction
 
defaultModeNames - Variable in class org.apache.cocoon.acting.modular.DatabaseAction
 
dispose() - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
dispose
dispose() - Method in class org.apache.cocoon.acting.modular.DatabaseAction
dispose
dispose() - Method in class org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule
dispose
dispose() - Method in class org.apache.cocoon.reading.DatabaseReader
 
dispose() - Method in class org.apache.cocoon.transformation.SQLTransformer
 

E

ExcaliburDataSourceFactory - class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.
This is an implementation if iBatis DataSourceFactory allowing to use a reference to an excalibur data source in the iBatis configuration.
ExcaliburDataSourceFactory() - Constructor for class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory
 
ExcaliburDataSourceFactory.DataSourceWrapper - class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper.
 
ExcaliburDataSourceFactory.DataSourceWrapper(DataSourceComponent) - Constructor for class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
end(String, String, String) - Method in class org.apache.cocoon.transformation.SQLTransformer
Helper method for generating SAX events
endAncestorValueElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</ancestor-value>
endEscapeStringElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</escape-string>
endExecuteQueryElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</execute-query>
endInParameterElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</in-parameter>
endOutParameterElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</out-parameter>
endQueryElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</query>
endSubstituteValueElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</substitute-value>
endTransformingElement(String, String, String) - Method in class org.apache.cocoon.transformation.SQLTransformer
ContentHandler method
endValueElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
</*>
equals(Object) - Method in class org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey
 
exists() - Method in class org.apache.cocoon.components.source.impl.BlobSource
 

F

failOnEmpty - Variable in class org.apache.cocoon.acting.modular.DatabaseAction
 
files - Variable in class org.apache.cocoon.acting.AbstractDatabaseAction
 
fillModes(Configuration[], boolean, Map, Map, DatabaseAction.CacheHelper) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Setup parsed attribute configuration object
firstRow - Variable in class org.apache.cocoon.acting.modular.DatabaseAction
 
free() - Method in class org.apache.cocoon.util.BlobHelper
Not implemented (Java6 extension).
free() - Method in class org.apache.cocoon.util.ClobHelper
Not implemented (Java6 extension).

G

generate() - Method in class org.apache.cocoon.reading.DatabaseReader
Generates the resource we need to retrieve verbatim from the database.
getAddQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Get the String representation of the PreparedStatement.
getAddQuery(Configuration) - Method in class org.apache.cocoon.acting.OraAddAction
Get the String representation of the PreparedStatement.
getAsciiStream() - Method in class org.apache.cocoon.util.ClobHelper
 
getAttribute(String, Configuration, Map) - Method in class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
getAttributeNames(Configuration, Map) - Method in class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
getAttributeValues(String, Configuration, Map) - Method in class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
getBinaryStream() - Method in class org.apache.cocoon.util.BlobHelper
 
getBinaryStream(long, long) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented (Java6 extension).
getBytes(long, int) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented.
getCharacterStream() - Method in class org.apache.cocoon.util.ClobHelper
 
getCharacterStream(long, long) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented (Java6 extension).
getColumn(ResultSet, Request, Configuration) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Get the Statement column so that the results are mapped correctly.
getColumn(ResultSet, Configuration) - Static method in class org.apache.cocoon.util.JDBCTypeConversions
Get the Statement column so that the results are mapped correctly.
getColumnValue(Configuration, DatabaseAction.Column, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
 
getColumnValues(Configuration, DatabaseAction.CacheHelper, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAddAction
Fetch all values for all columns that are needed to do the database operation.
getColumnValues(Configuration, DatabaseAction.CacheHelper, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseDeleteAction
Fetch all values for all key columns that are needed to do the database operation.
getColumnValues(Configuration, DatabaseAction.CacheHelper, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseQueryAction
Fetch all values for all columns that are needed to do the database operation.
getColumnValues(Configuration, DatabaseAction.CacheHelper, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseSelectAction
Fetch all values for all key columns that are needed to do the database operation.
getColumnValues(Configuration, DatabaseAction.CacheHelper, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseUpdateAction
Fetch all values for all columns that are needed to do the database operation.
getConnection() - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
getConnection(String, String) - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
getContentLength() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Return the content length of the content or -1 if the length is unknown
getCookie(Map, String) - Static method in class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction
 
getDataSource(Configuration) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Get the Datasource we need.
getDataSource(Configuration, Parameters) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Get the Datasource we need.
getDataSource() - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory
 
getInputStream() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Get the input stream for this source.
getKey() - Method in class org.apache.cocoon.reading.DatabaseReader
Generate the unique key.
getLastModified() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Get the last modification date.
getLogWriter() - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
getLoginTimeout() - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
getMimeType() - Method in class org.apache.cocoon.components.source.impl.BlobSource
The mime-type of the content described by this object.
getMimeType() - Method in class org.apache.cocoon.reading.DatabaseReader
 
getMode(Configuration, String) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Choose a mode configuration based on its name.
getOutputName(Configuration, Configuration) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
compose name for output a long the lines of "table.column"
getOutputName(Configuration, Configuration, int) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
compose name for output a long the lines of "table.column[row]" or "table.column" if rowIndex is -1.
getParameter(String) - Method in class org.apache.cocoon.components.source.impl.BlobSource
Get the value of a parameter.
getParameterAsLong(String) - Method in class org.apache.cocoon.components.source.impl.BlobSource
Get the value of a parameter.
getParameterNames() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Get parameter names Using this it is possible to get custom information provided by the source implementation, like an expires date, HTTP headers etc.
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
Return key attribute value of last inserted row.
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
getPostValue(Configuration, Configuration, Configuration, Connection, Statement, Map) - Method in class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
Provide the value for the key attribute column.
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
getPreValue(Configuration, Configuration, Configuration, Connection, Map) - Method in class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
getQuery(Configuration, Map, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Get the String representation of the PreparedStatement.
getQuery(Configuration, Map, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAddAction
Get the String representation of the PreparedStatement.
getQuery(Configuration, Map, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseDeleteAction
Get the String representation of the PreparedStatement.
getQuery(Configuration, Map, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseQueryAction
Get the String representation of the PreparedStatement.
getQuery(Configuration, Map, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseSelectAction
Get the String representation of the PreparedStatement.
getQuery(Configuration, Map, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseUpdateAction
Get the String representation of the PreparedStatement.
getQuery() - Method in class org.apache.cocoon.reading.DatabaseReader
This method builds the query string used for accessing the database.
getRequestAttribute(Request, String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Retreive a value from the request attributes.
getScheme() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Return the protocol
getSelectQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseAddAction
 
getSelectQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseSelectAction
Get the String representation of the PreparedStatement.
getSelectQuery(String, Configuration) - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
getSource(String, Map) - Method in class org.apache.cocoon.components.source.impl.BlobSourceFactory
Get a Source object.
getSubString(long, int) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
getSubquery(Configuration, Configuration, Configuration) - Method in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
Provide subquery string for the key attribute column.
getSubquery(Configuration, Configuration, Configuration) - Method in class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
getSubquery(Configuration, Configuration, Configuration) - Method in class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
getSubquery(Configuration, Configuration, Configuration) - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
getSubquery(Configuration, Configuration, Configuration) - Method in class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
getSubquery(Configuration, Configuration, Configuration) - Method in class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
getSubquery(Configuration, Configuration, Configuration) - Method in class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
getSubquery(Configuration, Configuration, Configuration) - Method in class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
getURI() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Return the unique identifer for this source
getUpdateQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseUpdateAction
Get the String representation of the PreparedStatement.
getValidity() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Get the Validity object.
getValidity() - Method in class org.apache.cocoon.reading.DatabaseReader
Generate the validity object.

H

HsqlIdentityAutoIncrementModule - class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule.
Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
HsqlIdentityAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
hashCode() - Method in class org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey
 
honourAutoIncrement() - Method in class org.apache.cocoon.acting.modular.DatabaseAction
determine whether autoincrement columns should be honoured by this operation.
honourAutoIncrement() - Method in class org.apache.cocoon.acting.modular.DatabaseAddAction
determine whether autoincrement columns should be honoured by this operation.
honourAutoIncrement() - Method in class org.apache.cocoon.acting.modular.DatabaseDeleteAction
determine whether autoincrement columns should be honoured by this operation.
honourAutoIncrement() - Method in class org.apache.cocoon.acting.modular.DatabaseQueryAction
determine whether autoincrement columns should be honoured by this operation.
honourAutoIncrement() - Method in class org.apache.cocoon.acting.modular.DatabaseSelectAction
determine whether autoincrement columns should be honoured by this operation.
honourAutoIncrement() - Method in class org.apache.cocoon.acting.modular.DatabaseUpdateAction
determine whether autoincrement columns should be honoured by this operation.

I

IfxSerialAutoIncrementModule - class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule.
Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
IfxSerialAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
includeAsValue() - Method in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
Boolean whether the key attribute needs to be included in the insert query as an attribute value (no subquery).
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
includeInQuery() - Method in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
Boolean whether the key attribute column needs to be included in the insert query.
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
initialize(Map) - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory
 
inputStream - Variable in class org.apache.cocoon.util.JDBCxlobHelper
 
isLargeObject(String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Return whether a type is a Large Object (BLOB/CLOB).
isLargeObject(String) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Return whether a type is a Large Object (BLOB/CLOB).
isSet - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
 
isWrapperFor(Class) - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
Required by JDK1.6.

J

JDBCTypeConversions - class org.apache.cocoon.util.JDBCTypeConversions.
Provide some utility methods to read from JDBC result sets or store them to JDBC statements.
JDBCTypeConversions() - Constructor for class org.apache.cocoon.util.JDBCTypeConversions
 
JDBCxlobHelper - class org.apache.cocoon.util.JDBCxlobHelper.
Helper to pass a length plus an InputStream to JDBCTypeConversions to insert BLOB (setBinaryStream) or CLOB (setAsciiStream) via data using org.apache.cocoon.acting.modular.DatabaseAction.
JDBCxlobHelper() - Constructor for class org.apache.cocoon.util.JDBCxlobHelper
 

L

length() - Method in class org.apache.cocoon.util.BlobHelper
 
length() - Method in class org.apache.cocoon.util.ClobHelper
 
length - Variable in class org.apache.cocoon.util.JDBCxlobHelper
 

M

MAGIC_ANCESTOR_VALUE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_ANCESTOR_VALUE_LEVEL_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_ANCESTOR_VALUE_NAME_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_COLUMN_CASE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_CONNECTION - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_DBURL - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_DOC_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_ERROR - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_ESCAPE_STRING - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_EXECUTE_QUERY - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_IN_PARAMETER - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_IN_PARAMETER_NR_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_IN_PARAMETER_VALUE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_NAME_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_NR_OF_ROWS - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_NS_PREFIX_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_NS_URI_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_OUT_PARAMETER - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_OUT_PARAMETER_NAME_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_OUT_PARAMETER_NR_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_OUT_PARAMETER_TYPE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_PASSWORD - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_QUERY - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_ROW_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_STORED_PROCEDURE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_SUBSTITUTE_VALUE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_SUBSTITUTE_VALUE_NAME_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_UPDATE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_USERNAME - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
MAGIC_VALUE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
ManualAutoIncrementModule - class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule.
Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
ManualAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
McKoiSequenceModule - class org.apache.cocoon.components.modules.database.McKoiSequenceModule.
Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
McKoiSequenceModule() - Constructor for class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
MysqlAutoIncrementModule - class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule.
Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
MysqlAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
manager - Variable in class org.apache.cocoon.components.source.impl.BlobSourceFactory
The ServiceManager instance
memberConf - Variable in class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
modeTypes - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey
 
modifiedSince(ResultSet, Request, Response) - Method in class org.apache.cocoon.reading.DatabaseReader
Tests whether a resource has been modified or not.

N

NAMESPACE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
The SQL transformer namespace
noOfKeys - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
 
nsQualify(String, String) - Method in class org.apache.cocoon.transformation.SQLTransformer
Qualifies an element name by giving it a prefix.

O

OraAddAction - class org.apache.cocoon.acting.OraAddAction.
Add a record in a database.
OraAddAction() - Constructor for class org.apache.cocoon.acting.OraAddAction
 
OraUpdateAction - class org.apache.cocoon.acting.OraUpdateAction.
Update a record in a database.
OraUpdateAction() - Constructor for class org.apache.cocoon.acting.OraUpdateAction
 
oldDriver - Variable in class org.apache.cocoon.transformation.SQLTransformer
Is the old-driver turned on? (default is off)
org.apache.cocoon.acting - package org.apache.cocoon.acting
 
org.apache.cocoon.acting.modular - package org.apache.cocoon.acting.modular
modular
org.apache.cocoon.components.modules.database - package org.apache.cocoon.components.modules.database
database
org.apache.cocoon.components.modules.input - package org.apache.cocoon.components.modules.input
 
org.apache.cocoon.components.source.impl - package org.apache.cocoon.components.source.impl
 
org.apache.cocoon.databases.ibatis - package org.apache.cocoon.databases.ibatis
 
org.apache.cocoon.reading - package org.apache.cocoon.reading
 
org.apache.cocoon.transformation - package org.apache.cocoon.transformation
 
org.apache.cocoon.util - package org.apache.cocoon.util
 

P

PgsqlAutoIncrementModule - class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule.
Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
PgsqlAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
parser - Variable in class org.apache.cocoon.transformation.SQLTransformer
 
pathSeparator - Variable in class org.apache.cocoon.acting.modular.DatabaseAction
 
position(Blob, long) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented.
position(byte[], long) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented.
position(Clob, long) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
position(String, long) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
processRow(Map, Connection, PreparedStatement, String, Configuration, DatabaseAction.CacheHelper, Object[][], int, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
set all necessary ?s and execute the query return number of rows processed This method is intended to be overridden by classes that implement other operations e.g.
processRow(Map, Connection, PreparedStatement, String, Configuration, DatabaseAction.CacheHelper, Object[][], int, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAddAction
set all necessary ?s and execute the query
processRow(Map, Connection, PreparedStatement, String, Configuration, DatabaseAction.CacheHelper, Object[][], int, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseDeleteAction
set all necessary ?s and execute the query
processRow(Map, Connection, PreparedStatement, String, Configuration, DatabaseAction.CacheHelper, Object[][], int, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseQueryAction
set all necessary ?s and execute the query
processRow(Map, Connection, PreparedStatement, String, Configuration, DatabaseAction.CacheHelper, Object[][], int, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseSelectAction
set all necessary ?s and execute the query
processRow(Map, Connection, PreparedStatement, String, Configuration, DatabaseAction.CacheHelper, Object[][], int, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseUpdateAction
set all necessary ?s and execute the query
processTable(Configuration, Connection, Map, Map, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Inserts a row or a set of rows into the given table based on the request parameters

Q

query - Variable in class org.apache.cocoon.transformation.SQLTransformer
The current query we are working on
queryString - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
Generated query string

R

ROLE - Static variable in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
 
recycle() - Method in class org.apache.cocoon.reading.DatabaseReader
 
recycle() - Method in class org.apache.cocoon.transformation.SQLTransformer
Recycle this component
refresh() - Method in class org.apache.cocoon.components.source.impl.BlobSource
Refresh the content of this object after the underlying data content has changed.
release(Source) - Method in class org.apache.cocoon.components.source.impl.BlobSourceFactory
Release a Source object.

S

SQLServerIdentityAutoIncrementModule - class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule.
Encapsulate MS SQLServer behaviour for autoincrement columns.
SQLServerIdentityAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
SQLTransformer - class org.apache.cocoon.transformation.SQLTransformer.
The SQLTransformer can be plugged into a pipeline to transform SAX events into updated or queries and responses to/from a SQL interface.
SQLTransformer() - Constructor for class org.apache.cocoon.transformation.SQLTransformer
Constructor
STATE_INSIDE_ANCESTOR_VALUE_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_INSIDE_ESCAPE_STRING - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_INSIDE_EXECUTE_QUERY_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_INSIDE_IN_PARAMETER_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_INSIDE_OUT_PARAMETER_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_INSIDE_QUERY_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_INSIDE_SUBSTITUTE_VALUE_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_INSIDE_VALUE_ELEMENT - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
STATE_OUTSIDE - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
selectMode(boolean, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
determine which mode to use as default mode This method is intended to be overridden by classes that implement other operations e.g.
selectMode(boolean, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAddAction
determine which mode to use as default mode here: INSERT highly specific to operation INSERT / UPDATE / DELETE / SELECT
selectMode(boolean, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseDeleteAction
determine which mode to use as default mode here: DELETE highly specific to operation INSERT / UPDATE / DELETE / SELECT
selectMode(boolean, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseQueryAction
determine which mode to use as default mode here: SELECT highly specific to operation INSERT / UPDATE / DELETE / SELECT
selectMode(boolean, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseSelectAction
determine which mode to use as default mode here: SELECT highly specific to operation INSERT / UPDATE / DELETE / SELECT
selectMode(boolean, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseUpdateAction
determine which mode to use as default mode here: UPDATE highly specific to operation INSERT / UPDATE / DELETE / SELECT
serialize(Response) - Method in class org.apache.cocoon.reading.DatabaseReader
This method actually performs the serialization.
service(ServiceManager) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Compose the Actions so that we can select our databases.
service(ServiceManager) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Compose the Actions so that we can select our databases.
service(ServiceManager) - Method in class org.apache.cocoon.components.source.impl.BlobSource
Set the current ServiceManager instance used by this Serviceable.
service(ServiceManager) - Method in class org.apache.cocoon.components.source.impl.BlobSourceFactory
 
service(ServiceManager) - Method in class org.apache.cocoon.transformation.SQLTransformer
 
setAsciiStream(long) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
setBinaryStream(long) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented.
setBytes(long, byte[]) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented.
setBytes(long, byte[], int, int) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented.
setCharacterStream(long) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
setColumn(PreparedStatement, int, Request, Configuration) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setColumn(PreparedStatement, int, Request, Configuration, String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setColumn(PreparedStatement, int, Request, Configuration, String, Object) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setColumn(PreparedStatement, int, Request, Configuration, String, Object, int) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setColumn(PreparedStatement, int, Configuration, Object) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
set a column in a statement using the appropriate JDBC setXXX method.
setColumn(Map, String, Map, Configuration, Configuration, int, Object, PreparedStatement, int) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
set a column in a statement using the appropriate JDBC setXXX method and propagate the value to the output module and results map if present.
setColumn(PreparedStatement, int, Object, Integer) - Static method in class org.apache.cocoon.util.JDBCTypeConversions
Set the Statement column so that the results are mapped correctly.
setDataSource(DataSource) - Method in class org.apache.cocoon.reading.DatabaseReader
Set a data source to be used by this component.
setKeyAuto(Configuration, DatabaseAction.Column, int, int, Connection, PreparedStatement, Map, String, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAddAction
Sets the key value on the prepared statement for an autoincrement type.
setLogWriter(PrintWriter) - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
setLoginTimeout(int) - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
setMaster - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
if a set is used, column number which is used to determine the number of rows to insert.
setOutput(Map, String, Map, Configuration, Configuration, int, Object) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
create a unique name using the getOutputName method and write the value to the output module and the results map if present.
setOutputAttribute(Map, String, String, Object) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Store a key/value pair in the output attributes.
setRequestAttribute(Request, String, Object) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Store a key/value pair in the request attributes.
setSelectQuery(String, Configuration) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Set the String representation of the MaxID lookup statement.
setSelectQuery(String, Configuration) - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
Set the String representation of the MaxID lookup statement.
setString(long, String) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
setString(long, String, int, int) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
settings - Variable in class org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule
Stores (global) configuration parameters as key / value pairs.
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.reading.DatabaseReader
Set the SourceResolver the object model Map, the source and sitemap Parameters used to process the request.
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.transformation.SQLTransformer
Setup for the current request.
start(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
Helper method for generating SAX events
startAncestorValueElement(Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
<ancestor-value>
startEscapeStringElement(Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
<escape-string>
startExecuteQueryElement() - Method in class org.apache.cocoon.transformation.SQLTransformer
<execute-query>
startInParameterElement(Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
<in-parameter>
startOutParameterElement(Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
<out-parameter>
startQueryElement(Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
<query>
startSubstituteValueElement(Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
<substitute-value>
startTransformingElement(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.SQLTransformer
ContentHandler method
startValueElement(String) - Method in class org.apache.cocoon.transformation.SQLTransformer
<*>
state - Variable in class org.apache.cocoon.transformation.SQLTransformer
The current state of the event receiving FSM
storeKeyValue(Configuration, DatabaseAction.Column, int, Connection, Statement, Map, String, Map) - Method in class org.apache.cocoon.acting.modular.DatabaseAddAction
Put key values into request attributes.

T

tableConf - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey
 
throwIllegalStateException(String) - Static method in class org.apache.cocoon.transformation.SQLTransformer
 
timeout - Variable in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 
truncate(long) - Method in class org.apache.cocoon.util.BlobHelper
Not implemented.
truncate(long) - Method in class org.apache.cocoon.util.ClobHelper
Not implemented.
typeConstants - Static variable in class org.apache.cocoon.acting.AbstractDatabaseAction
 
typeConstants - Static variable in class org.apache.cocoon.util.JDBCTypeConversions
 

U

unwrap(Class) - Method in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
Required by JDK1.6.

W

writer - Variable in class org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
 

A B C D E F G H I J L M N O P Q R S T U W

Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.