com.sptci.rwt
Class StandardSequenceAnalyser
java.lang.Object
com.sptci.rwt.Analyser
com.sptci.rwt.AbstractSequenceAnalyser
com.sptci.rwt.StandardSequenceAnalyser
class StandardSequenceAnalyser
- extends AbstractSequenceAnalyser
An analyser for analysing sequence type objects in the database. Used
for databases that support the SQL92 standard information schema.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Since:
- Version 1.2
- Version:
- $Id: StandardSequenceAnalyser.java 4123 2008-05-25 21:49:01Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-11-04
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardSequenceAnalyser
StandardSequenceAnalyser(ConnectionManager manager)
- Create a new instance of the class using the specified connection
manager.
- Parameters:
manager - The manager for obtaining database connections.
analyse
public Collection<SequenceMetaData> analyse(MetaData... parameters)
throws SQLException
- Returns a collection of
SequenceMetaData objects that contain
all information pertaining to the sequences in the specified schema.
- Specified by:
analyse in class AbstractSequenceAnalyser
- Parameters:
parameters - Must contain the catalog/schema from
which sequence metadata are to be retrieved.
- Returns:
- The collection of metadata objects representing all objects of
this type.
- Throws:
SQLException - If errors are encountered while analysisng the- See Also:
Analyser.analyse(com.sptci.rwt.MetaData...),
Analyser.getNames(com.sptci.rwt.MetaData)