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

Packages that use DatabaseAction.CacheHelper
org.apache.cocoon.acting.modular modular These sitemap components use modules to obtain values and are thus very flexible in use. 
 

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

Methods in org.apache.cocoon.acting.modular that return DatabaseAction.CacheHelper
protected  DatabaseAction.CacheHelper DatabaseUpdateAction.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.
protected  DatabaseAction.CacheHelper DatabaseQueryAction.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 DatabaseAddAction.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.
 

Methods in org.apache.cocoon.acting.modular with parameters of type DatabaseAction.CacheHelper
protected  void DatabaseAction.fillModes(Configuration[] conf, boolean isKey, Map defaultModeNames, Map modeTypes, DatabaseAction.CacheHelper set)
          Setup parsed attribute configuration object
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  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  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  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  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  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 ?
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 ?
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 ?
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 ?
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 ?
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 ?
 



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