Serialized Form


Package dbconnectivity

Class dbconnectivity.BufferedResultSet extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serializable interface implementation

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializable interface implementation

Throws:
java.io.IOException
Serialized Fields

doc

java.util.Vector<E> doc
Document and coulum names containers


columnNames

java.util.Vector<E> columnNames
Document and coulum names containers


columnType

java.util.Vector<E> columnType
Document and coulum names containers


od

OrderedData od
Instance of ordered data


rs

java.sql.ResultSet rs
Result Set to be saved


oos

java.io.ObjectOutputStream oos
Out stream


ois

java.io.ObjectInputStream ois
In stream


fileName

java.lang.String fileName
Name of file


cn

int cn
Columns number


tn

int tn
Tuples number


isSaved

boolean isSaved
Flag for table saved


Package mysqlconnectus

Class mysqlconnectus.IconNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

icon

java.lang.String icon
Icon path

Class mysqlconnectus.MainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

currentAccess

DatabaseConnector currentAccess
Interface to the DBMS


orderedData

OrderedData orderedData
OrederedData variable (see the class)


temp

java.lang.String temp
Common state variables


currentQuery

java.lang.String currentQuery
Common state variables


currentDB

java.lang.String currentDB
Current selected DB


treeFlag

boolean treeFlag
Tree flag


mainSplit

javax.swing.JSplitPane mainSplit
Main split


frameDesktop

javax.swing.JDesktopPane frameDesktop
Desktop for text/table frames


windowTitle

java.lang.String windowTitle
Internal frames title


desktop

javax.swing.JDesktopPane desktop
The reference for internal frames


helpOnLine

HtmlHelpOnLine helpOnLine
Help on line window


tab

Table tab
This reference variable rapresents the current instances of the tables


savedTable

Table savedTable
This reference variable rapresents the current instances of the tables


winpos

int winpos
Index for the location of the query windows when a new window is opened this is placed in a different position respect the previuos one


dialog

PasswordChooser dialog
Instance for the window quering password/user


currentTree

Tree currentTree
Current tree


showImmediatelyRelations

boolean showImmediatelyRelations
Flag for showing tables in Tree


accessDone

boolean accessDone
Flag for dialog windows management


currentMainFrame

MainFrame currentMainFrame
Pointer to the current MainFrame instance


settings

SettingsManager settings
Settings manager


it

ImportTable it
Import table instance


currentLog

LogWindow currentLog
Log window


Messages

java.util.ResourceBundle Messages
Resource bundle for localization


pluginPath

java.lang.String pluginPath
Plugins path


lastAccessedDirectory

java.io.File lastAccessedDirectory
Last selected directory

Class mysqlconnectus.MainPanel extends javax.swing.JPanel implements Serializable

Class mysqlconnectus.OptionPanel extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

thisOptionPanel

OptionPanel thisOptionPanel
Pointer to current instance


enableAuto

javax.swing.JRadioButton enableAuto
Different options buttons


disableAuto

javax.swing.JRadioButton disableAuto
Different options buttons


enableScript

javax.swing.JRadioButton enableScript
Different options buttons


disableScript

javax.swing.JRadioButton disableScript
Different options buttons


setManually

javax.swing.JButton setManually
Set script by choosing the file


tempIsAutoConfigEnabled

boolean tempIsAutoConfigEnabled
Flags


tempNextSessionUseLastLoadedScript

boolean tempNextSessionUseLastLoadedScript
Flags


tempScriptSet

boolean tempScriptSet
Flags


tempNextSessionScript

java.lang.String tempNextSessionScript
Temporary script for next session ("temporary" means before pressing ok)


currentParent

MainFrame currentParent
Pointer to current MainFrame


Messages

java.util.ResourceBundle Messages
Resource bundle for localization

Class mysqlconnectus.PasswordChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

username

javax.swing.JTextField username
1st Text field


pass

javax.swing.JPasswordField pass
Password field


IP

javax.swing.JTextField IP
IP field


okButton

javax.swing.JButton okButton
Ok button


ok

boolean ok
Flag


dialog

javax.swing.JDialog dialog
Current dialog


Messages

java.util.ResourceBundle Messages
Resource bundle for localization


currentParent

MainFrame currentParent
Pointer to current MainFrame

Class mysqlconnectus.Tree extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

tree

javax.swing.JTree tree
Current tree


treePanel

javax.swing.JPanel treePanel
Panel where the tree is shown


root

IconNode root
The root node


currentParent

MainFrame currentParent
Pointer to current MainFrame


temp

java.lang.String temp
Temporary string

Class mysqlconnectus.TreeIcon extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable


Package tools

Class tools.HtmlHelpOnLine extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

html

javax.swing.JEditorPane html
Place for html page


Messages

java.util.ResourceBundle Messages
Resource bundle for localization

Class tools.LogWindow extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

jta

javax.swing.JTextArea jta
Text area


position

int position
Caret position


cancel

javax.swing.JButton cancel
Cancel button

Class tools.Table extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

Data

javax.swing.JTable Data
Table object


isSaved

boolean isSaved
Flag for table


currentDoc

java.util.Vector<E> currentDoc
Current saved doc (the entire table)


columnNames

java.util.Vector<E> columnNames
Vector of strings of columns names


columnType

java.util.Vector<E> columnType
Vector of strings of columns names


Messages

java.util.ResourceBundle Messages
Resource bundle for localization


mytable

Table mytable
Pointer to current table


currentPath

java.io.File currentPath
Current path