Serialized Form


Package net.sourceforge.squirrel_sql.plugins.refactoring.actions

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction extends SquirrelAction implements Serializable

Serialized Fields

_session

ISession _session
Current session.


_tree

IObjectTreeAPI _tree
Current object tree.

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddAutoIncrementAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -5316665324698095673L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddColumnAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 7427154165349793762L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddForeignKeyAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 1241265816376405505L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddIndexAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -8375159812709796072L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddLookupTableAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -2649745492287831607L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddPrimaryKeyAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 488082040428357799L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddSequenceAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -3250086775025295428L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddUniqueConstraintAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -4767078024314053228L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddViewAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 3882499919835487812L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropColumnAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 481746871206634214L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropForeignKeyAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 3393741031225773340L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropIndexTableAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 5824992186803736916L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropPrimaryKeyAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -5980831927755792111L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropSelectedTablesAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -8517759137466833243L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropSequenceAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -2293313754254825620L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropUniqueConstraintAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 2716140995904907381L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropViewAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 375335286385572772L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.MergeColumnAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 3905313301735703489L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.MergeTableAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -7536303163886512534L

Serialized Fields

_dialogFactory

IMergeTableDialogFactory _dialogFactory
The factory that creates MergeTableDialogs

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.ModifyColumnAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -9019844275238785508L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.ModifySequenceAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -8681699057991332311L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.RenameTableAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: 8970571253545997433L

Class net.sourceforge.squirrel_sql.plugins.refactoring.actions.RenameViewAction extends AbstractRefactoringAction implements Serializable

serialVersionUID: -2969231566456501942L


Package net.sourceforge.squirrel_sql.plugins.refactoring.gui

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AbstractRefactoringDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

tableNameTextField

JTextField tableNameTextField

executeButton

JButton executeButton

editSQLButton

JButton editSQLButton

showSQLButton

JButton showSQLButton

cancelButton

JButton cancelButton

c

GridBagConstraints c
The constraint that was used to add the last component


mediumField

Dimension mediumField

pane

JPanel pane
the panel in which subclasses may add components


emptyBorder

EmptyBorder emptyBorder

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AbstractRefactoringTabbedDialog extends JDialog implements Serializable

Serialized Fields

executeButton

JButton executeButton

editSQLButton

JButton editSQLButton

showSQLButton

JButton showSQLButton

cancelButton

JButton cancelButton

c

GridBagConstraints c
The constraint that was used to add the last component.


mediumField

Dimension mediumField

pane

JTabbedPane pane
the panel in which subclasses may add tabs.


emptyBorder

EmptyBorder emptyBorder

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddAutoIncrementDialog extends AbstractRefactoringDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

dbInfo

TableColumnInfo dbInfo

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddForeignKeyColumnTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -1809722908124102411L

Serialized Fields

rowData

Vector<E> rowData

columnNames

String[] columnNames

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddForeignKeyDialog extends AbstractRefactoringTabbedDialog implements Serializable

serialVersionUID: -1468861452449568878L

Serialized Fields

_localTableName

String _localTableName

_localTableColumns

String[] _localTableColumns

_referencedTable

String _referencedTable

_tables

HashMap<K,V> _tables

_columnTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddForeignKeyDialog.ColumnsTab _columnTab

_propertiesTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddForeignKeyDialog.PropertiesTab _propertiesTab

_actionTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddForeignKeyDialog.ActionTab _actionTab

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddIndexDialog extends AbstractRefactoringTabbedDialog implements Serializable

serialVersionUID: -3938627506591289398L

Serialized Fields

_columnTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddIndexDialog.ColumnsTab _columnTab

_propertiesTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddIndexDialog.PropertiesTab _propertiesTab

_tableColumns

String[] _tableColumns

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddLookupTableDialog extends AbstractRefactoringTabbedDialog implements Serializable

serialVersionUID: -4903417767342627807L

Serialized Fields

_sourceTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddLookupTableDialog.SourceTab _sourceTab

_lookupTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddLookupTableDialog.LookupTab _lookupTab

_behaviourTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddLookupTableDialog.BehaviourTab _behaviourTab

_tableName

String _tableName

_columnNames

String[] _columnNames

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddModifySequenceDialog extends AbstractRefactoringDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

_nameField

JTextField _nameField

_lastValueField

JTextField _lastValueField

_incrementField

JTextField _incrementField

_startField

JTextField _startField

_minimumField

JTextField _minimumField

_maximumField

JTextField _maximumField

_cacheField

JTextField _cacheField

_cycledField

JCheckBox _cycledField

_dialogMode

int _dialogMode

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddUniqueConstraintDialog extends AbstractRefactoringTabbedDialog implements Serializable

serialVersionUID: -8499959410488757334L

Serialized Fields

_localTableName

String _localTableName

_localTableColumns

String[] _localTableColumns

_columnTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddUniqueConstraintDialog.ColumnsTab _columnTab

_propertiesTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddUniqueConstraintDialog.PropertiesTab _propertiesTab

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddViewDialog extends AbstractRefactoringTabbedDialog implements Serializable

serialVersionUID: -4707883598801686297L

Serialized Fields

_definitionTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddViewDialog.DefinitionTab _definitionTab

_propertiesTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.AddViewDialog.PropertiesTab _propertiesTab

_defintionComplete

boolean _defintionComplete

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.DefaultDropDialog extends AbstractRefactoringDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

_cascadeCB

JCheckBox _cascadeCB

_cascadeConstraintsLabel

JLabel _cascadeConstraintsLabel

_dropItem

String _dropItem

_objectInfo

IDatabaseObjectInfo[] _objectInfo

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.DefaultListDialog extends JDialog implements Serializable

serialVersionUID: 2908275309430303054L

Serialized Fields

_objectInfo

IDatabaseObjectInfo[] _objectInfo

_selectItem

String _selectItem

_executeButton

JButton _executeButton

_columnList

JList _columnList

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.DropTableDialog extends AbstractRefactoringDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

cascadeCB

JCheckBox cascadeCB

tableInfos

ITableInfo[] tableInfos

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.MergeColumnDialog extends AbstractRefactoringTabbedDialog implements Serializable

serialVersionUID: 3883169067774317873L

Serialized Fields

_localTableName

String _localTableName

_localTableColumns

String[] _localTableColumns

_propertiesTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.MergeColumnDialog.PropertiesTab _propertiesTab

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.MergeTableDialog extends AbstractRefactoringTabbedDialog implements Serializable

serialVersionUID: 6331522065498766665L

Serialized Fields

_localTableName

String _localTableName

_referencedTable

String _referencedTable

_localTableColumns

TableColumnInfo[] _localTableColumns

_tables

HashMap<K,V> _tables

_columnTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.MergeTableDialog.ColumnsTab _columnTab

_propertiesTab

net.sourceforge.squirrel_sql.plugins.refactoring.gui.MergeTableDialog.PropertiesTab _propertiesTab

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.RenameTableDialog extends AbstractRefactoringDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

dbInfo

IDatabaseObjectInfo[] dbInfo

tableTF

JTextField tableTF

Package net.sourceforge.squirrel_sql.plugins.refactoring.gui.util

Class net.sourceforge.squirrel_sql.plugins.refactoring.gui.util.NumberDocument extends PlainDocument implements Serializable

serialVersionUID: 8245201344439966381L

Serialized Fields

maxLength

int maxLength

valid

String valid

fractional

boolean fractional

Package net.sourceforge.squirrel_sql.plugins.refactoring.prefs

Class net.sourceforge.squirrel_sql.plugins.refactoring.prefs.RefactoringPreferenceBean extends Object implements Serializable

serialVersionUID: 6377157814922907413L

Serialized Fields

_clientName

String _clientName
Client Name.


_clientVersion

String _clientVersion
Client version.


_qualifyTableNames

boolean _qualifyTableNames
whether or not to qualify table names with the schema when generating scripts


_quoteIdentifiers

boolean _quoteIdentifiers
whether or not to quote identifiers when generating scripts

Class net.sourceforge.squirrel_sql.plugins.refactoring.prefs.RefactoringPreferencesPanel extends JPanel implements Serializable

serialVersionUID: -4293776729533111287L

Serialized Fields

_prefs

RefactoringPreferenceBean _prefs

qualifyTableNamesCheckBox

JCheckBox qualifyTableNamesCheckBox

quoteIdentifersCheckBox

JCheckBox quoteIdentifersCheckBox



Copyright © 2001-2011. All Rights Reserved.