Class PBEDeleteQuery

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
                          |
                          +--PBEAttributeCommand
                                |
                                +--PBEQuery
                                      |
                                      +--PBESelectQuery
                                            |
                                            +--PBEUpdateQuery
                                                  |
                                                  +--PBEDeleteQuery

public class PBEDeleteQuery
extends PBEUpdateQuery


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEDeleteQuery()
           
 
Method Summary
 void beforeTrigger(PBEImage i)
           
 varchar getAttributeStatus()
           
 varchar getUpdateQuery(PBEImage image, varchar cursor_name)
           
 void runQuery(PBEImage image)
           
 varchar shouldUpdate(PBEColumn column)
           
 void updateSelection(PBEImage image)
           
 
Methods inherited from class PBEUpdateQuery
activate, afterTrigger, doAfterTrigger, doBeforeTrigger, getWhereClause, performActivation, prepareAction, shouldUpdate
 
Methods inherited from class PBESelectQuery
getSelectQuery
 
Methods inherited from class PBECommand
performActivation
 
Methods inherited from class PBEMethod
afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, inputValue
 
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

PBEDeleteQuery

public PBEDeleteQuery()
Method Detail

getAttributeStatus

public varchar getAttributeStatus()
Overrides:
getAttributeStatus in class PBEAttributeCommand

beforeTrigger

public void beforeTrigger(PBEImage i)
Overrides:
beforeTrigger in class PBEUpdateQuery

getUpdateQuery

public varchar getUpdateQuery(PBEImage image,
                              varchar cursor_name)

shouldUpdate

public varchar shouldUpdate(PBEColumn column)
Overrides:
shouldUpdate in class PBEUpdateQuery

updateSelection

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

runQuery

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