Serialized Form


Package net.sourceforge.squirrel_sql.plugins.postgres.actions

Class net.sourceforge.squirrel_sql.plugins.postgres.actions.AbstractObjectTreeAction extends SquirrelAction implements Serializable

Serialized Fields

_tree

IObjectTreeAPI _tree
Current object tree

Class net.sourceforge.squirrel_sql.plugins.postgres.actions.AbstractSessionAction extends SquirrelAction implements Serializable

Serialized Fields

_session

ISession _session
Current session.

Class net.sourceforge.squirrel_sql.plugins.postgres.actions.AbstractSQLPanelAction extends SquirrelAction implements Serializable

Serialized Fields

_panel

ISQLPanelAPI _panel
Current sql panel

Class net.sourceforge.squirrel_sql.plugins.postgres.actions.VacuumDatabaseAction extends AbstractSessionAction implements Serializable

Class net.sourceforge.squirrel_sql.plugins.postgres.actions.VacuumTableAction extends AbstractObjectTreeAction implements Serializable


Package net.sourceforge.squirrel_sql.plugins.postgres.explain

Class net.sourceforge.squirrel_sql.plugins.postgres.explain.ExplainExecuterPanel extends JPanel implements Serializable

serialVersionUID: 9155604319585792834L

Serialized Fields

_session

ISession _session
Current session.


_dialectType

DialectType _dialectType
Current session's dialect type


_tabbedExecutionsPanel

JTabbedPane _tabbedExecutionsPanel
Each tab is an ExplainTab showing the explain result of a query.

Class net.sourceforge.squirrel_sql.plugins.postgres.explain.ExplainTab extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_session

ISession _session
Current session.


_parent

ExplainExecuterPanel _parent
Parent Explain Executer Panel


_info

SQLExecutionInfo _info

_rsds

ResultSetDataSet _rsds

_model

IDataSetUpdateableTableModel _model

_query

String _query
The sql query (without the explain command)


_resultSetSp

JScrollPane _resultSetSp
Scroll pane for the SQL results.


_allowsEditing

boolean _allowsEditing

Package net.sourceforge.squirrel_sql.plugins.postgres.gui

Class net.sourceforge.squirrel_sql.plugins.postgres.gui.AbstractPostgresDialog extends JDialog implements Serializable

Serialized Fields

_panel

JPanel _panel
The panel in which subclasses may add components


_gbc

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


_mediumField

Dimension _mediumField

_largeField

Dimension _largeField

_emptyBorder

EmptyBorder _emptyBorder

_executeButton

JButton _executeButton
The buttons of the button panel


_editButton

JButton _editButton

_showButton

JButton _showButton

_cancelButton

JButton _cancelButton

Class net.sourceforge.squirrel_sql.plugins.postgres.gui.MessageDialog extends JDialog implements Serializable

Serialized Fields

_messageTextArea

JTextArea _messageTextArea
The text field of the main panel


scrollPane

JScrollPane scrollPane

_closeButton

JButton _closeButton
The buttons of the button panel


_autoScrolling

boolean _autoScrolling

Class net.sourceforge.squirrel_sql.plugins.postgres.gui.VacuumDatabaseDialog extends AbstractPostgresDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

_catalogName

String _catalogName
Name of the database/catalog.


_fullCheckBox

JCheckBox _fullCheckBox
Some GUI elements


_analyzeCheckBox

JCheckBox _analyzeCheckBox

Class net.sourceforge.squirrel_sql.plugins.postgres.gui.VacuumTableDialog extends AbstractPostgresDialog implements Serializable

Serialized Fields

_infos

ITableInfo[] _infos
The tables that where selected


_fullCheckBox

JCheckBox _fullCheckBox
Some GUI elements


_analyzeCheckBox

JCheckBox _analyzeCheckBox

Package net.sourceforge.squirrel_sql.plugins.postgres.util

Class net.sourceforge.squirrel_sql.plugins.postgres.util.IndexParentInfo extends DatabaseObjectInfo implements Serializable

Serialized Fields

_tableInfo

IDatabaseObjectInfo _tableInfo

Class net.sourceforge.squirrel_sql.plugins.postgres.util.RelatedObjectInfo extends DatabaseObjectInfo implements Serializable

serialVersionUID: -6019860536077865903L

Serialized Fields

_relatedObjInfo

IDatabaseObjectInfo _relatedObjInfo



Copyright © 2001-2010. All Rights Reserved.