org.apache.ibatis.abator.internal.db
Class DatabaseIntrospector

java.lang.Object
  extended by org.apache.ibatis.abator.internal.db.DatabaseIntrospector

public class DatabaseIntrospector
extends java.lang.Object

Author:
Jeff Butler

Method Summary
static java.util.Collection introspectTables(java.sql.Connection connection, TableConfiguration tc, JavaTypeResolver javaTypeResolver, java.util.List warnings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

introspectTables

public static java.util.Collection introspectTables(java.sql.Connection connection,
                                                    TableConfiguration tc,
                                                    JavaTypeResolver javaTypeResolver,
                                                    java.util.List warnings)
                                             throws java.sql.SQLException
Throws:
java.sql.SQLException