| |
|
| java.lang.Object com.jcorporate.expresso.services.test.SchemaDeleter
SchemaDeleter | public class SchemaDeleter (Code) | | Class that uninstalls/deletes schemas
author: Michael Rimov version: $Revision: 1.12 $ $Date: 2004/11/17 20:48:22 $ |
Constructor Summary | |
public | SchemaDeleter() Creates a new SchemaDeleter object. |
dataContext | static String dataContext(Code) | | The data context.
|
SchemaDeleter | public SchemaDeleter()(Code) | | Creates a new SchemaDeleter object.
|
deleteSchema | public static void deleteSchema(String dbName, Schema oneSchema)(Code) | | Deletes a schema from the given data context.
Parameters: dbName - the data context. Parameters: oneSchema - the schema to delete. |
deleteSchemas | public static void deleteSchemas(String dbName)(Code) | | Removes the schemas listed in theSchema's list.
Parameters: dbName - db to delete the schema from. If the parameter is null,then the schema will be removed from the default db. |
getDataContext | public String getDataContext()(Code) | | Retrieve the currently set data context.
the data context. |
setDataContext | public void setDataContext(String newValue)(Code) | | Set the data context.
Parameters: newValue - the data context value. |
setSchemas | public static void setSchemas(Vector v)(Code) | | Set the schemas to delete
Parameters: v - a Vector of Schema objects |
|
|
|