org.apache.cocoon.components.language.markup.xsp
Class PervasiveEsqlQuery
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.language.markup.xsp.AbstractEsqlQuery
org.apache.cocoon.components.language.markup.xsp.PervasiveEsqlQuery
- All Implemented Interfaces:
- LogEnabled
public final class PervasiveEsqlQuery
- extends AbstractEsqlQuery
Database specific EsqlQuery
- Version:
- CVS $Id: PervasiveEsqlQuery.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Torsten Curdt
Methods inherited from class org.apache.cocoon.components.language.markup.xsp.AbstractEsqlQuery |
cleanUp, decGroupLevel, execute, execute, executeQuery, getCallableStatement, getConnection, getCurrentRow, getMaxRows, getMoreResults, getPreparedStatement, getQueryResultsCount, getQueryString, getResultRows, getResultSet, getResultSetMetaData, getRowCount, getSkipRows, getUpdateCount, getUpdateResultsCount, groupLevelExists, hasGroupingVarChanged, hasResultSet, incGroupLevel, keepGoing, nextRow, setGroupingVar, setKeepGoing, setMaxRows, setPosition, setPreparedStatement, setSkipRows |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PervasiveEsqlQuery
public PervasiveEsqlQuery(Connection connection,
String query)
newInstance
public AbstractEsqlQuery newInstance(ResultSet resultSet)
- Create a EsqlQuery of the same type
- Specified by:
newInstance
in class AbstractEsqlQuery
- Parameters:
resultSet
-
prepareStatement
public PreparedStatement prepareStatement()
throws SQLException
- Description copied from class:
AbstractEsqlQuery
- NOTE: Might want to be overridden by indiviual EsqlQuery implementations
- Overrides:
prepareStatement
in class AbstractEsqlQuery
- Throws:
SQLException
prepareCall
public CallableStatement prepareCall()
throws SQLException
- Description copied from class:
AbstractEsqlQuery
- NOTE: Might want to be overridden by indiviual EsqlQuery implementations
- Overrides:
prepareCall
in class AbstractEsqlQuery
- Throws:
SQLException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.