1 23 24 29 30 package com.sun.enterprise.web; 31 32 import java.sql.*; 33 34 38 public class PESchemaUpdater implements SchemaUpdater { 39 40 41 public PESchemaUpdater() { 42 } 43 44 public void doSchemaCheck() throws java.io.IOException { 45 } 47 48 public boolean doTablesExist() throws SQLException, ClassNotFoundException { 49 return true; 51 } 52 53 } 54 | Popular Tags |