net.sourceforge.squirrel_sql.plugins.dbcopy |
|
Java Source File Name | Type | Comment |
AllTests.java | Class | |
ColTypeMapper.java | Class | This class uses column type defintions from the source session table column
and uses that information to determine the correct column definition in the
destination database using Hibernate. |
ColTypeMapperTest.java | Class | |
CopyExecutor.java | Class | This is the class that performs the table copy using database connections
to two different database schemas. |
CopyExecutorTestRunner.java | Class | A description of this class goes here... |
CopyProgressMonitor.java | Class | A description of this class goes here... |
CopyScripter.java | Class | This class listens for copy table events that represent SQL statements that
should be recorded in the script file if so configured. |
DBCopyPlugin.java | Class | The class that sets up the various resources required by SQuirreL to
implement a plugin. |
DBCopyPluginSessionCallback.java | Class | |
I18NBaseObject.java | Class | A description of this class goes here... |
MockCopyTableListener.java | Class | |
MockSessionInfoProvider.java | Class | |
MockUICallbacks.java | Class | |
SessionInfoProvider.java | Interface | This is implemented in order to pass needed info along to copy executor. |
SQLPluginResources.java | Class | |
UICallbacks.java | Interface | An interface that should be implemented to provide information to the
CopyExecutor about choices that should be made during the copy operation. |