|
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. |