Uses of Class
org.apache.turbine.util.StringStackBuffer

Packages that use StringStackBuffer
org.apache.turbine.util   
org.apache.turbine.util.db   
 

Uses of StringStackBuffer in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return StringStackBuffer
 StringStackBuffer StringStackBuffer.add(java.lang.String s)
          Adds the String to the collection if it does not already contain it.
 StringStackBuffer StringStackBuffer.addAll(StringStackBuffer s)
          Adds all Strings in the given StringStackBuffer to the collection (skipping those it already contains)
 

Methods in org.apache.turbine.util with parameters of type StringStackBuffer
 StringStackBuffer StringStackBuffer.addAll(StringStackBuffer s)
          Adds all Strings in the given StringStackBuffer to the collection (skipping those it already contains)
 

Uses of StringStackBuffer in org.apache.turbine.util.db
 

Fields in org.apache.turbine.util.db declared as StringStackBuffer
private  StringStackBuffer Query.selectModifiers
           
private  StringStackBuffer Query.selectColumns
           
private  StringStackBuffer Query.fromTables
           
private  StringStackBuffer Query.whereCriteria
           
private  StringStackBuffer Query.orderByColumns
           
private  StringStackBuffer Criteria.selectModifiers
           
private  StringStackBuffer Criteria.selectColumns
           
private  StringStackBuffer Criteria.orderByColumns
           
 

Methods in org.apache.turbine.util.db that return StringStackBuffer
 StringStackBuffer Query.getSelectModifiers()
          Retrieve the modifier buffer in order to add modifiers to this query.
 StringStackBuffer Query.getSelectClause()
          Retrieve the columns buffer in order to specify which columns are returned in this query.
 StringStackBuffer Query.getFromClause()
          Retrieve the from buffer in order to specify which tables are involved in this query.
 StringStackBuffer Query.getWhereClause()
          Retrieve the where buffer in order to specify the selection criteria E.g.
 StringStackBuffer Query.getOrderByClause()
          Retrieve the order by columns buffer in order to specify which columns are used to sort the results of the query.
 StringStackBuffer Criteria.getSelectColumns()
          Get select columns.
 StringStackBuffer Criteria.getSelectModifiers()
          Get select modifiers.
 StringStackBuffer Criteria.getOrderByColumns()
          Get order by columns.
 

Methods in org.apache.turbine.util.db with parameters of type StringStackBuffer
private  void Criteria.Criterion.addCriterionTable(Criteria.Criterion c, StringStackBuffer s)
           
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.