Package com.sun.enterprise.web
Interface SchemaUpdater
-
- All Known Implementing Classes:
PESchemaUpdater
public interface SchemaUpdater- Author:
- lwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoSchemaCheck()booleandoTablesExist()
-
-
-
Method Detail
-
doSchemaCheck
void doSchemaCheck() throws IOException- Throws:
IOException
-
doTablesExist
boolean doTablesExist() throws SQLException, ClassNotFoundException- Throws:
SQLExceptionClassNotFoundException
-
-