|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package net.sourceforge.jdbdump.connect |
---|
Class net.sourceforge.jdbdump.connect.DatabaseBackupData extends DatabaseConnectionData implements Serializable |
---|
serialVersionUID: 1151109393033790164L
Class net.sourceforge.jdbdump.connect.DatabaseConnectionData extends java.util.Properties implements Serializable |
---|
serialVersionUID: 1295234520171150641L
Class net.sourceforge.jdbdump.connect.User extends java.util.Properties implements Serializable |
---|
serialVersionUID: 849771558466348087L
Serialized Fields |
---|
java.util.Properties userData
Package net.sourceforge.jdbdump.dump |
---|
Class net.sourceforge.jdbdump.dump.Column extends java.lang.Object implements Serializable |
---|
serialVersionUID: 8100923642828414845L
Serialized Fields |
---|
java.lang.String name
java.lang.String type
int length
int decimalDigits
int nullable
- columnNoNulls - might not allow NULL values - columnNullable - definitely allows NULL values - columnNullableUnknown - nullability unknown
java.lang.String nullable2
- "NO" means column definitely does not allow NULL values; - "YES" means the column might allow NULL values. - An empty string means nobody knows.
java.lang.String defaultValue
java.lang.String remarks
Constraint constraint
Class net.sourceforge.jdbdump.dump.Constraint extends java.lang.Object implements Serializable |
---|
serialVersionUID: 4284615059751156727L
Serialized Fields |
---|
java.lang.String fullText
Constraint.ConstraintType type
java.lang.String name
Class net.sourceforge.jdbdump.dump.Dump extends java.lang.Object implements Serializable |
---|
serialVersionUID: 8861226762920104092L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- if the object can't be read from the file
java.lang.ClassNotFoundException
- if the saved object format doesn't match this classSerialized Fields |
---|
java.util.Vector<E> tables
Class net.sourceforge.jdbdump.dump.Table extends java.lang.Object implements Serializable |
---|
serialVersionUID: -5780410768401074139L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- if the object can't be read from the file
java.lang.ClassNotFoundException
- if the saved object format doesn't match this classSerialized Fields |
---|
java.lang.String name
java.util.Vector<E> columns
java.util.Vector<E> constraints
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |