com.sptci.rwt
Class StandardProcedureAnalyser
java.lang.Object
com.sptci.rwt.Analyser
com.sptci.rwt.AbstractProcedureAnalyser
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardProcedureAnalyser
StandardProcedureAnalyser(ConnectionManager manager)
- Create a new instance of the class using the specified connection
manager.
- Parameters:
manager - The manager for obtaining database connections.
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)