Class PBEInsertQuery

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

public class PBEInsertQuery
extends PBEUpdateQuery


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEInsertQuery()
           
 
Method Summary
 void beforeTrigger(PBEImage i)
           
 varchar getUpdateList(PBEImage image)
           
 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 PBEAttributeCommand
getAttributeStatus
 
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

PBEInsertQuery

public PBEInsertQuery()
Method Detail

beforeTrigger

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

getUpdateList

public varchar getUpdateList(PBEImage image)

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