|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.rwt.Analyser
public abstract class Analyser
An abstract base class analyser for the various database objects.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Nested Class Summary | |
|---|---|
protected class |
Analyser.CatalogueSchema
A value object used to represent the names of the catalogue and schema. |
| Field Summary | |
|---|---|
protected static Logger |
logger
The logger to use to log errors/messages to. |
protected ConnectionManager |
manager
The connection manager to use to fetch connections. |
| Constructor Summary | |
|---|---|
protected |
Analyser(ConnectionManager manager)
Create a new instance of the class using the specified connection manager. |
| Method Summary | |
|---|---|
abstract Collection<? extends MetaData> |
analyse(MetaData... parameters)
Analyse the database connected to and return the appropriate metadata objects. |
protected Analyser.CatalogueSchema |
getNames(MetaData metaData)
Return a value object that represents the names of the catalogue and/or schema specified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Logger logger
protected final ConnectionManager manager
| Constructor Detail |
|---|
protected Analyser(ConnectionManager manager)
manager - The connection manager to use.| Method Detail |
|---|
public abstract Collection<? extends MetaData> analyse(MetaData... parameters)
throws SQLException
parameters - Optional parameters that are required to analyse
objects of this type.
SQLException - If errors are encountered while analysisng theprotected Analyser.CatalogueSchema getNames(MetaData metaData)
metaData - The meta data object out of which the names are
to be retrieved.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||