| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSQLExecutorMojo | |
|---|---|
| org.apache.torque.mojo | This package contains the mojo classes which provide maven2 access to the Torque generator. | 
| Uses of AbstractSQLExecutorMojo in org.apache.torque.mojo | 
|---|
| Subclasses of AbstractSQLExecutorMojo in org.apache.torque.mojo | |
|---|---|
|  class | AbstractDBACommandMojoCommon logic for running SQL commands on a database | 
|  class | CreateMojoAuthenticates to a database server using credentials with DBA authority and creates an empty database along with a default user for accessing the newly created database. | 
|  class | DropMojoAuthenticates to a database server using credentials with DBA authority and drops a database along with the default user that was created for accessing that database. | 
|  class | ImportMojoExecutes SQL for creating tables, primary keys, constraints, indexes, relationships, and views inside a database. | 
|  class | ResetMojoDoes a DROP->CREATE of a database and the corresponding default user. | 
|  class | SingleDBACommandMojoRuns a command that performs a single operation on a database (create,drop etc) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||