Uses of Class
atg.adapter.gsa.SQLProcessorException

Packages that use SQLProcessorException
atg.adapter.gsa   
 

Uses of SQLProcessorException in atg.adapter.gsa
 

Methods in atg.adapter.gsa that throw SQLProcessorException
 boolean SQLProcessorEngine.createTables(java.util.List<java.lang.String> pStatements, boolean pDrop)
          This method is used to create tables in a database.
 void InitializingVersionRepository.dropTables()
          This method drops all tables required by the GSARepository.
 void InitializingGSA.dropTables()
          This method drops all tables required by the GSARepository.
 void SQLProcessorEngine.dropTablesFromCreateStatements(java.util.List<java.lang.String> pCreateStatements)
          This method is used to iteratively drop tables.
 boolean SQLProcessorEngine.isDerby()
          Returns true if the current database is Apache Derby.
 



Copyright © 2009. All Rights Reserved.