Class PBESelectQuery

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
                          |
                          +--PBEAttributeCommand
                                |
                                +--PBEQuery
                                      |
                                      +--PBESelectQuery
Direct Known Subclasses:
PBEFindQuery, PBEUpdateQuery

public class PBESelectQuery
extends PBEQuery


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBESelectQuery()
           
 
Method Summary
 varchar getSelectQuery(PBEImage image, varchar cursor_name)
           
 varchar getWhereClause(PBEImage image, boolean for_update)
           
 void runQuery(PBEImage image)
           
 
Methods inherited from class PBEQuery
activate, updateSelection
 
Methods inherited from class PBEAttributeCommand
getAttributeStatus
 
Methods inherited from class PBECommand
performActivation, performActivation
 
Methods inherited from class PBEMethod
afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, inputValue, prepareAction
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, getValue, globalReference, hide, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBESelectQuery

public PBESelectQuery()
Method Detail

getWhereClause

public varchar getWhereClause(PBEImage image,
                              boolean for_update)

getSelectQuery

public varchar getSelectQuery(PBEImage image,
                              varchar cursor_name)

runQuery

public void runQuery(PBEImage image)
Overrides:
runQuery in class PBEQuery