Class PBERefreshQuery

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
                          |
                          +--PBEAttributeCommand
                                |
                                +--PBEQuery
                                      |
                                      +--PBESelectQuery
                                            |
                                            +--PBEFindQuery
                                                  |
                                                  +--PBERefreshQuery

public class PBERefreshQuery
extends PBEFindQuery


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBERefreshQuery()
           
 
Method Summary
 varchar getAttributeStatus()
           
 varchar getSelectQuery(PBEImage image, varchar cursor_name)
           
 
Methods inherited from class PBEFindQuery
getLastQuery, updateSelection
 
Methods inherited from class PBESelectQuery
getWhereClause, runQuery
 
Methods inherited from class PBEQuery
activate
 
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

PBERefreshQuery

public PBERefreshQuery()
Method Detail

getAttributeStatus

public varchar getAttributeStatus()
Overrides:
getAttributeStatus in class PBEAttributeCommand

getSelectQuery

public varchar getSelectQuery(PBEImage image,
                              varchar cursor_name)
Overrides:
getSelectQuery in class PBESelectQuery