Serialized Form
-
Package com.jcraft.jsch
-
Class com.jcraft.jsch.JSchException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class com.jcraft.jsch.SftpException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
id
int id
-
-
-
-
Package com.rits.cloning
-
Class com.rits.cloning.CloningException extends RuntimeException implements Serializable
- serialVersionUID:
- 3815175312001146867L
-
-
Package org.apache.fop.hyphenation
-
Class org.apache.fop.hyphenation.Hyphen extends Object implements Serializable
- serialVersionUID:
- 8989909741110279085L
-
Class org.apache.fop.hyphenation.HyphenationException extends Exception implements Serializable
-
Class org.apache.fop.hyphenation.HyphenationTree extends TernaryTree implements Serializable
- serialVersionUID:
- -7842107987915665573L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
classmap
TernaryTree classmap
This map stores the character classes -
stoplist
Map<String,List> stoplist
This map stores hyphenation exceptions -
vspace
org.apache.fop.hyphenation.ByteVector vspace
value space: stores the interletter values
-
-
Class org.apache.fop.hyphenation.TernaryTree extends Object implements Serializable
- serialVersionUID:
- 3175412271203716160L
-
Serialized Fields
-
eq
char[] eq
Pointer to equal branch and to data when this node is a string terminator. -
freenode
char freenode
free node -
hi
char[] hi
Pointer to high branch. -
kv
org.apache.fop.hyphenation.CharVector kv
This vector holds the trailing of the keys when the branch is compressed. -
length
int length
number of items in tree -
lo
char[] lo
Pointer to low branch and to rest of the key when it is stored directly in this node, we don't have unions in java! -
root
char root
root -
sc
char[] sc
The character stored in this node: splitchar. Two special values are reserved:
- 0x0000 as string terminator
- 0xFFFF to indicate that the branch starting at this node is compressed
This shouldn't be a problem if we give the usual semantics to strings since 0xFFFF is garanteed not to be an Unicode character.
-
-
-
Package org.teichert.databaseexplorer.beans
-
Class org.teichert.databaseexplorer.beans.CustomHashMap extends HashMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.beans.MyProperties extends Properties implements Serializable
- serialVersionUID:
- 3088635400549674428L
-
Class org.teichert.databaseexplorer.beans.SaveItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
customName
String customName
-
dbname
String dbname
-
dbparameter
String dbparameter
-
group
String group
-
id
String id
-
ip
String ip
-
lazyLoaded
Boolean lazyLoaded
-
mapOfCustomData
Map<String,String> mapOfCustomData
-
mapOfException
Map<String,String> mapOfException
-
model
DatabaseModel model
-
port
String port
-
position
int position
-
sshConnId
String sshConnId
-
sshForwardingId
String sshForwardingId
-
user
String user
-
userpwd
String userpwd
-
-
-
Package org.teichert.databaseexplorer.components
-
Class org.teichert.databaseexplorer.components.EditorToolBar extends JToolBar implements Serializable
- serialVersionUID:
- -8015443128436394471L
-
Serialized Fields
-
ignoreZoomChange
boolean ignoreZoomChange
-
-
-
Package org.teichert.databaseexplorer.components.representation
-
Class org.teichert.databaseexplorer.components.representation.UnvisibleRoot extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childrenDatabases
List<SQLDatabase> childrenDatabases
-
childrenServer
List<SQLServer> childrenServer
-
-
-
Package org.teichert.databaseexplorer.database
-
Class org.teichert.databaseexplorer.database.DatabaseModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
types
List<SQLDataType> types
-
-
-
Package org.teichert.databaseexplorer.interfaces
-
Package org.teichert.databaseexplorer.messages.web.Exceptions
-
Class org.teichert.databaseexplorer.messages.web.Exceptions.WebException extends Exception implements Serializable
- serialVersionUID:
- 2961289569001202507L
-
-
Package org.teichert.databaseexplorer.messages.web.pojos
-
Class org.teichert.databaseexplorer.messages.web.pojos.Credentials extends Object implements Serializable
- serialVersionUID:
- 5275532529437301405L
-
Class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo extends Object implements Serializable
- serialVersionUID:
- 5387477908320698936L
-
-
Package org.teichert.databaseexplorer.models
-
Class org.teichert.databaseexplorer.models.H2SQLModel extends DatabaseModel implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.models.InformixSQLModel extends DatabaseModel implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.models.MariaDBModel extends DatabaseModel implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.models.MSSQLModel extends DatabaseModel implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.models.MySQLModel extends DatabaseModel implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.models.PostgreSQLModel extends DatabaseModel implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.models.SQLiteModel extends DatabaseModel implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.teichert.databaseexplorer.sqlitems
-
Class org.teichert.databaseexplorer.sqlitems.SQLDatabase extends Object implements Serializable
- serialVersionUID:
- -216476434170464264L
-
Serialized Fields
-
children
List<SQLTable> children
-
customName
String customName
-
grouping
String grouping
-
id
String id
-
ip
String ip
-
lazyLoaded
boolean lazyLoaded
-
mapOfCustomData
Map<String,String> mapOfCustomData
-
model
DatabaseModel model
-
name
String name
-
parameter
String parameter
-
parent
SQLServer parent
-
port
String port
-
position
int position
-
root
UnvisibleRoot root
-
sshConnId
String sshConnId
-
sshForwardingId
String sshForwardingId
-
user
String user
-
userpwd
String userpwd
-
-
Class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
column
SQLTableColumn column
-
isManual
boolean isManual
-
-
Class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
column
SQLTableColumn column
-
contraintName
String contraintName
-
foreignColumnName
String foreignColumnName
-
foreignTableName
String foreignTableName
-
icon
String icon
-
-
Class org.teichert.databaseexplorer.sqlitems.SQLIndex extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.teichert.databaseexplorer.sqlitems.SQLRow extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isNew
boolean isNew
-
parent
SQLTable parent
-
values
List<SQLTableValue> values
-
-
Class org.teichert.databaseexplorer.sqlitems.SQLServer extends Object implements Serializable
- serialVersionUID:
- 2513582961165705558L
-
Serialized Fields
-
customName
String customName
-
grouping
String grouping
-
id
String id
-
ip
String ip
-
lazyLoaded
boolean lazyLoaded
-
listOfDatabases
List<SQLDatabase> listOfDatabases
-
mapOfCustomData
Map<String,String> mapOfCustomData
-
mapOfDiffParameters
Map<String,String> mapOfDiffParameters
-
model
DatabaseModel model
-
parameters
String parameters
-
port
String port
-
position
int position
-
root
UnvisibleRoot root
-
sshConnId
String sshConnId
-
sshForwardingId
String sshForwardingId
-
user
String user
-
userpwd
String userpwd
-
-
Class org.teichert.databaseexplorer.sqlitems.SQLTable extends Object implements Serializable
- serialVersionUID:
- 9209258194296288030L
-
Serialized Fields
-
catalog
String catalog
-
children
List<SQLTableColumn> children
-
foreigns
List<SQLForeignInfo> foreigns
-
icon
String icon
-
indexes
List<SQLIndex> indexes
-
name
String name
-
parent
SQLDatabase parent
-
primarys
List<SQLTableColumn> primarys
-
rows
List<SQLRow> rows
-
schema
String schema
-
triggers
List<SQLTrigger> triggers
-
type
TableType type
-
-
Class org.teichert.databaseexplorer.sqlitems.SQLTableColumn extends Object implements Serializable
- serialVersionUID:
- -6498696458490620111L
-
Serialized Fields
-
additionalType
String additionalType
-
allocatedColumns
List<SQLForeignColumn> allocatedColumns
-
constraintName
String constraintName
-
datatype
SQLDataType datatype
-
defaultValue
Serializable defaultValue
-
icon
String icon
-
isAutoincrement
boolean isAutoincrement
-
isCombinedKey
boolean isCombinedKey
-
isNotNull
boolean isNotNull
-
isprimaryKey
boolean isprimaryKey
-
label
String label
-
name
String name
-
parent
SQLTable parent
-
precision
int precision
-
size
long size
-
type
ColumnType type
-
-
Class org.teichert.databaseexplorer.sqlitems.SQLTrigger extends Object implements Serializable
- serialVersionUID:
- 1657367184293296918L
-