SPT RWT Application API

com.sptci.rwt
Class StandardProcedureAnalyser

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

 class StandardProcedureAnalyser
extends AbstractProcedureAnalyser

An analyser for analysing procedure type objects in the database. This is used to database engines that support the SQL92 standard information schema.

© Copyright 2007 Sans Pareil Technologies, Inc.

Since:
Version 1.2
Version:
$Id: StandardProcedureAnalyser.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
StandardProcedureAnalyser(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

StandardProcedureAnalyser

StandardProcedureAnalyser(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.
See Also:
Analyser.getNames(com.sptci.rwt.MetaData)

SPT RWT Application API