The jdbcadmin.core.tools.JdbcInspector class retrieves informations from a JDBC Database.
The main methods are :
The jdbcadmin.core.data.Table class that represents a Table. Table objects are retrieved using the JdbcInspector. The table contains a list of the table's columns, the primary key, ...
The jdbcadmin.core.tools.DataManager class that contains data managing methods.
The main methods are :
See the javadoc for more informations.