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

java.lang.Object
  extended by org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
Enclosing class:
DatabaseAction

protected static class DatabaseAction.CacheHelper
extends Object

Structure that takes all processed data for a table depending on current default modes


Field Summary
 DatabaseAction.Column[] columns
           
 boolean isSet
           
 int noOfKeys
           
 String queryString
          Generated query string
 int setMaster
          if a set is used, column number which is used to determine the number of rows to insert.
 
Constructor Summary
DatabaseAction.CacheHelper(int cols)
           
DatabaseAction.CacheHelper(int keys, int cols)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryString

public String queryString
Generated query string


setMaster

public int setMaster
if a set is used, column number which is used to determine the number of rows to insert.


isSet

public boolean isSet

noOfKeys

public int noOfKeys

columns

public DatabaseAction.Column[] columns
Constructor Detail

DatabaseAction.CacheHelper

public DatabaseAction.CacheHelper(int cols)

DatabaseAction.CacheHelper

public DatabaseAction.CacheHelper(int keys,
                                  int cols)


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