SPT RWT Application API

com.sptci.rwt
Class OracleProcedureAnalyser

java.lang.Object
  extended by com.sptci.rwt.Analyser
      extended by com.sptci.rwt.AbstractProcedureAnalyser
          extended by com.sptci.rwt.OracleProcedureAnalyser

 class OracleProcedureAnalyser
extends AbstractProcedureAnalyser

An analyser for analysing procedure type objects in the database. This is used to query the Oracle data dictionary.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: OracleProcedureAnalyser.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-11-03

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sptci.rwt.Analyser
Analyser.CatalogueSchema
 
Field Summary
 
Fields inherited from class com.sptci.rwt.Analyser
logger, manager
 
Constructor Summary
OracleProcedureAnalyser(ConnectionManager manager)
          Create a new instance of the class using the specified connection manager.
 
Method Summary
protected  void getAdditionalAttributes(ProcedureMetaData pmd)
          Fetch additional meta data available from the information schema to the object.
 
Methods inherited from class com.sptci.rwt.AbstractProcedureAnalyser
analyse
 
Methods inherited from class com.sptci.rwt.Analyser
getNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleProcedureAnalyser

OracleProcedureAnalyser(ConnectionManager manager)
Create a new instance of the class using the specified connection manager.

Parameters:
manager - The manager for obtaining database connections.
Method Detail

getAdditionalAttributes

protected void getAdditionalAttributes(ProcedureMetaData pmd)
Fetch additional meta data available from the information schema to the object.

Specified by:
getAdditionalAttributes in class AbstractProcedureAnalyser
Parameters:
pmd - The meta data object that is to be updated.

SPT RWT Application API