Uses of Class
org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper

Packages that use DatabaseAction.CacheHelper
org.apache.cocoon.acting.modular modular 
 

Uses of DatabaseAction.CacheHelper in org.apache.cocoon.acting.modular
 

Methods in org.apache.cocoon.acting.modular that return DatabaseAction.CacheHelper
protected  DatabaseAction.CacheHelper DatabaseAddAction.getQuery(Configuration table, Map modeTypes, Map defaultModeNames)
          Get the String representation of the PreparedStatement.
protected  DatabaseAction.CacheHelper DatabaseDeleteAction.getQuery(Configuration table, Map modeTypes, Map defaultModeNames)
          Get the String representation of the PreparedStatement.
protected  DatabaseAction.CacheHelper DatabaseQueryAction.getQuery(Configuration table, Map modeTypes, Map defaultModeNames)
          Get the String representation of the PreparedStatement.
protected  DatabaseAction.CacheHelper DatabaseUpdateAction.getQuery(Configuration table, Map modeTypes, Map defaultModeNames)
          Get the String representation of the PreparedStatement.
protected abstract  DatabaseAction.CacheHelper DatabaseAction.getQuery(Configuration table, Map modeTypes, Map defaultModeNames)
          Get the String representation of the PreparedStatement.
protected  DatabaseAction.CacheHelper DatabaseSelectAction.getQuery(Configuration table, Map modeTypes, Map defaultModeNames)
          Get the String representation of the PreparedStatement.
 

Methods in org.apache.cocoon.acting.modular with parameters of type DatabaseAction.CacheHelper
protected  int DatabaseAddAction.processRow(Map objectModel, Connection conn, PreparedStatement statement, String outputMode, Configuration table, DatabaseAction.CacheHelper queryData, Object[][] columnValues, int rowIndex, Map results)
          set all necessary ?s and execute the query
protected  Object[][] DatabaseAddAction.getColumnValues(Configuration tableConf, DatabaseAction.CacheHelper queryData, Map objectModel)
          Fetch all values for all columns that are needed to do the database operation.
protected  Object[][] DatabaseDeleteAction.getColumnValues(Configuration tableConf, DatabaseAction.CacheHelper queryData, Map objectModel)
          Fetch all values for all key columns that are needed to do the database operation.
protected  int DatabaseDeleteAction.processRow(Map objectModel, Connection conn, PreparedStatement statement, String outputMode, Configuration table, DatabaseAction.CacheHelper queryData, Object[][] columnValues, int rowIndex, Map results)
          set all necessary ?s and execute the query
protected  Object[][] DatabaseQueryAction.getColumnValues(Configuration tableConf, DatabaseAction.CacheHelper queryData, Map objectModel)
          Fetch all values for all columns that are needed to do the database operation.
protected  int DatabaseQueryAction.processRow(Map objectModel, Connection conn, PreparedStatement statement, String outputMode, Configuration table, DatabaseAction.CacheHelper queryData, Object[][] columnValues, int rowIndex, Map results)
          set all necessary ?s and execute the query
protected  Object[][] DatabaseUpdateAction.getColumnValues(Configuration tableConf, DatabaseAction.CacheHelper queryData, Map objectModel)
          Fetch all values for all columns that are needed to do the database operation.
protected  int DatabaseUpdateAction.processRow(Map objectModel, Connection conn, PreparedStatement statement, String outputMode, Configuration table, DatabaseAction.CacheHelper queryData, Object[][] columnValues, int rowIndex, Map results)
          set all necessary ?s and execute the query
protected  void DatabaseAction.fillModes(Configuration[] conf, boolean isKey, Map defaultModeNames, Map modeTypes, DatabaseAction.CacheHelper set)
          Setup parsed attribute configuration object
protected abstract  int DatabaseAction.processRow(Map objectModel, Connection conn, PreparedStatement statement, String outputMode, Configuration table, DatabaseAction.CacheHelper queryData, Object[][] columnValues, int rowIndex, Map results)
          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.
protected  Object[][] DatabaseSelectAction.getColumnValues(Configuration tableConf, DatabaseAction.CacheHelper queryData, Map objectModel)
          Fetch all values for all key columns that are needed to do the database operation.
protected  int DatabaseSelectAction.processRow(Map objectModel, Connection conn, PreparedStatement statement, String outputMode, Configuration table, DatabaseAction.CacheHelper queryData, Object[][] columnValues, int rowIndex, Map results)
          set all necessary ?s and execute the query
 



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