Uses of Interface
net.sourceforge.squirrel_sql.plugins.dbdiff.SessionInfoProvider

Packages that use SessionInfoProvider
net.sourceforge.squirrel_sql.plugins.dbdiff   
net.sourceforge.squirrel_sql.plugins.dbdiff.actions   
net.sourceforge.squirrel_sql.plugins.dbdiff.commands   
net.sourceforge.squirrel_sql.plugins.dbdiff.util   
 

Uses of SessionInfoProvider in net.sourceforge.squirrel_sql.plugins.dbdiff
 

Classes in net.sourceforge.squirrel_sql.plugins.dbdiff that implement SessionInfoProvider
 class DBDiffPlugin
          The class that sets up the various resources required by SQuirreL to implement a plugin.
 

Constructors in net.sourceforge.squirrel_sql.plugins.dbdiff with parameters of type SessionInfoProvider
DiffExecutor(SessionInfoProvider p)
          Constructor.
 

Uses of SessionInfoProvider in net.sourceforge.squirrel_sql.plugins.dbdiff.actions
 

Constructors in net.sourceforge.squirrel_sql.plugins.dbdiff.actions with parameters of type SessionInfoProvider
CompareAction(IApplication app, Resources rsrc, SessionInfoProvider prov)
          Creates a new SQuirreL action that gets fired whenever the user chooses the compare operation.
 

Uses of SessionInfoProvider in net.sourceforge.squirrel_sql.plugins.dbdiff.commands
 

Constructors in net.sourceforge.squirrel_sql.plugins.dbdiff.commands with parameters of type SessionInfoProvider
CompareCommand(SessionInfoProvider provider)
          Constructor specifying the current session.
 

Uses of SessionInfoProvider in net.sourceforge.squirrel_sql.plugins.dbdiff.util
 

Methods in net.sourceforge.squirrel_sql.plugins.dbdiff.util with parameters of type SessionInfoProvider
static String DBUtil.getSelectQuery(SessionInfoProvider prov, String columnList, ITableInfo ti)
           
static boolean DBUtil.tableHasForeignKey(String destCatalog, String destSchema, String destTableName, ForeignKeyInfo fkInfo, SessionInfoProvider prov)
           
 



Copyright © 2001-2010. All Rights Reserved.