Package highfive.commands
Class ListTablesAndCheckCommand
- java.lang.Object
-
- highfive.commands.Command
-
- highfive.commands.DataSourceCommand
-
- highfive.commands.ListTablesAndCheckCommand
-
public class ListTablesAndCheckCommand extends DataSourceCommand
-
-
Field Summary
-
Fields inherited from class highfive.commands.DataSourceCommand
DF, ds
-
-
Constructor Summary
Constructors Constructor Description ListTablesAndCheckCommand(String datasourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class highfive.commands.DataSourceCommand
checkIfHashingAndCopyingIsSupported, displayRowCount, run
-
Methods inherited from class highfive.commands.Command
error, error, getCommandName, info
-
-
-
-
Constructor Detail
-
ListTablesAndCheckCommand
public ListTablesAndCheckCommand(String datasourceName) throws InvalidConfigurationException, SQLException, UnsupportedDatabaseTypeException
-
-
Method Detail
-
execute
public void execute() throws SQLException, UnsupportedDatabaseTypeException, InvalidSchemaException, InvalidConfigurationException- Specified by:
executein classDataSourceCommand- Throws:
SQLExceptionUnsupportedDatabaseTypeExceptionInvalidSchemaExceptionInvalidConfigurationException
-
-