|
Class Summary |
| AccessibleTableColumns |
This class uses reflection to allow access to private member variables
withing a GSA Table class. |
| DatabaseTypeNameToJDBC |
The purpose of this class is to map from a the database specific type name
for a column to the java.sql.Types for that column. |
| GSARepositorySchemaGenerator |
This class is used to generate drop and alter a database schema required for
a given repository. |
| GSATest |
A basic GSA test which is expected to be extended than used directly. |
| GSATestUtils |
A utility class to simplify testing with GSARepositories inside of junit
tests. |
| InitializingGSA |
This class is an extension of atg.adapter.gsa.GSARepository. |
| InitializingVersionRepository |
This class is an extension of atg.adapter.version.VersionRepository. |
| SchemaTracker |
|
| SQLFileParser |
THIS IS A REALLY SIMPLE APPLICATION THAT
TAKES A STRING ARRAY OF SQL FILES AND
RETURNS ALL OF THE SQL STATEMENTS THAT
MUST BE EXECUTED WITHIN THE FILES
DATE: MAY 23, 2000 |
| SQLProcessor |
A generic class to execute SQL actions against a database. |
| SQLProcessorEngine |
This class is designed to assist with database table manipulation such as
adding tables. |