it.openutils.migration.oracle
Class OracleStoredProcedureCallTask

java.lang.Object
  extended by it.openutils.migration.task.setup.BaseDbTask
      extended by it.openutils.migration.task.setup.BaseConditionalTask
          extended by it.openutils.migration.task.setup.GenericConditionalTask
              extended by it.openutils.migration.oracle.OracleStoredProcedureCallTask
All Implemented Interfaces:
DbTask

public class OracleStoredProcedureCallTask
extends GenericConditionalTask


Field Summary
 
Fields inherited from class it.openutils.migration.task.setup.GenericConditionalTask
check, triggerValue
 
Fields inherited from class it.openutils.migration.task.setup.BaseConditionalTask
ddl, log, not, scripts, variables
 
Fields inherited from class it.openutils.migration.task.setup.BaseDbTask
description
 
Constructor Summary
OracleStoredProcedureCallTask()
           
 
Method Summary
protected  void executeSingle(org.springframework.jdbc.core.simple.SimpleJdbcTemplate jdbcTemplate, java.lang.String scriptContent)
           
 java.lang.String getDescription()
          Returns a description for this task
 
Methods inherited from class it.openutils.migration.task.setup.GenericConditionalTask
check, getCheck, setCheck, setSourceDb, setTriggerValue
 
Methods inherited from class it.openutils.migration.task.setup.BaseConditionalTask
execute, objectNameFromFileName, performSubstitution, setDdl, setDdlScript, setNot, setScripts
 
Methods inherited from class it.openutils.migration.task.setup.BaseDbTask
setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleStoredProcedureCallTask

public OracleStoredProcedureCallTask()
Method Detail

executeSingle

protected void executeSingle(org.springframework.jdbc.core.simple.SimpleJdbcTemplate jdbcTemplate,
                             java.lang.String scriptContent)
Overrides:
executeSingle in class BaseConditionalTask

getDescription

public java.lang.String getDescription()
Returns a description for this task

Specified by:
getDescription in interface DbTask
Overrides:
getDescription in class GenericConditionalTask
Returns:
task description


Copyright © 2009 Openmind. All Rights Reserved.