|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
net.sourceforge.jdbdump.connect | |
net.sourceforge.jdbdump.connect.connectors | |
net.sourceforge.jdbdump.dump |
Uses of Table in net.sourceforge.jdbdump.connect |
---|
Methods in net.sourceforge.jdbdump.connect with parameters of type Table | |
---|---|
protected void |
DatabaseConnector.dumpTable(Table table)
Downloads the structure of a single table from the database. |
protected void |
DatabaseConnector.dumpTableForeignKeys(Table table)
Downloads the table's foreign (imported) keys from the database. |
protected void |
DatabaseConnector.dumpTablePrimaryKeys(Table table)
Downloads the table's primary key from the database. |
Uses of Table in net.sourceforge.jdbdump.connect.connectors |
---|
Methods in net.sourceforge.jdbdump.connect.connectors with parameters of type Table | |
---|---|
protected void |
MysqlConnector.clearConstraints(Table table)
Removes constraints from the database's tables (if they exist), before they are dropped from the database and then inserted from a dump. |
protected void |
PostgresqlConnector.clearConstraints(Table table)
Removes constraints from the database's tables (if they exist), before they are dropped from the database and then inserted from a dump. |
protected void |
MysqlConnector.dumpTableForeignKeys(Table table)
Downloads the table's foreign (imported) keys from the database. |
protected void |
PostgresqlConnector.dumpTableForeignKeys(Table table)
Downloads the table's foreign (imported) keys from the database. |
protected void |
MysqlConnector.dumpTablePrimaryKeys(Table table)
Downloads the table's primary key from the database. |
protected void |
PostgresqlConnector.dumpTablePrimaryKeys(Table table)
Downloads the table's primary key from the database. |
protected void |
MysqlConnector.restoreTableConstraints(Table table)
Restores the table's constraints (e.g. |
protected void |
PostgresqlConnector.restoreTableConstraints(Table table)
Restores the table's constraints (e.g. |
protected void |
MysqlConnector.restoreTableData(Table table)
Restores the table's data into the database. |
protected void |
PostgresqlConnector.restoreTableData(Table table)
Restores the table's data into the database. |
protected void |
MysqlConnector.restoreTableStructure(Table table)
Creates a single table using information from a dump. |
protected void |
PostgresqlConnector.restoreTableStructure(Table table)
Creates a single table using information from a dump. |
Uses of Table in net.sourceforge.jdbdump.dump |
---|
Methods in net.sourceforge.jdbdump.dump that return types with arguments of type Table | |
---|---|
java.util.Vector<Table> |
Dump.getTables()
Returns a list of all tables stored in the dump object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |