org.clazzes.jdbc2xml.schema.impl
Class SchemaCheckerBean

java.lang.Object
  extended by org.clazzes.jdbc2xml.schema.impl.SchemaCheckerBean

public class SchemaCheckerBean
extends Object

This is the workhorse for executing schema update snippets.


Field Summary
static String insertSql
           
 
Constructor Summary
SchemaCheckerBean(ISchemaEngine engine, Map<String,Class<? extends ISchemaUpdateSnippet>> updateSnippets)
           
 
Method Summary
 void checkSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

insertSql

public static final String insertSql
Constructor Detail

SchemaCheckerBean

public SchemaCheckerBean(ISchemaEngine engine,
                         Map<String,Class<? extends ISchemaUpdateSnippet>> updateSnippets)
Method Detail

checkSchema

public void checkSchema()
                 throws SQLException,
                        InstantiationException,
                        IllegalAccessException
Throws:
SQLException
InstantiationException
IllegalAccessException


Copyright © 2012. All Rights Reserved.