Package net.sourceforge.jdbdump.dump

Interface Summary
DumpFileManager A class that can save dumps into a file and then load them back again into memory.
 

Class Summary
BinaryFileManager An implementation of DumpFileManager which saves dump objects in binary (serialized) form.
Column Represents a single column of a table in the database, with all its parameters.
Constraint Represents a table or column constraint.
Dump Represents the entire database structure downloaded into memory.
Index Represents an index in a table.
PlainTextFileManager An implementation of DumpFileManager which saves dump objects in plain text form as SQL commands.
Procedure Represents a database's stored procedure.
Sequence Represents a database sequence.
Table Represents a table in a database.
Trigger Represents a database trigger.
Type Represents a custom data type.
View Represents a database view.
 

Enum Summary
Constraint.ConstraintType A category to which this constraint belongs.
DumpFileManager.CompressionMethod  
 



Copyright © 2005-2006 AGH International University of Science and Technology. All Rights Reserved.