Package com.sun.enterprise.web
Class PESchemaUpdater
- java.lang.Object
-
- com.sun.enterprise.web.PESchemaUpdater
-
- All Implemented Interfaces:
SchemaUpdater
public class PESchemaUpdater extends Object implements SchemaUpdater
- Author:
- lwhite
-
-
Constructor Summary
Constructors Constructor Description PESchemaUpdater()Creates a new instance of PESchemaUpdater
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSchemaCheck()booleandoTablesExist()
-
-
-
Method Detail
-
doSchemaCheck
public void doSchemaCheck() throws IOException- Specified by:
doSchemaCheckin interfaceSchemaUpdater- Throws:
IOException
-
doTablesExist
public boolean doTablesExist() throws SQLException, ClassNotFoundException- Specified by:
doTablesExistin interfaceSchemaUpdater- Throws:
SQLExceptionClassNotFoundException
-
-