public abstract class GenericHashCommand extends DataSourceCommand
DF, ds| Constructor and Description |
|---|
GenericHashCommand(String commandName,
String datasourceName) |
| Modifier and Type | Method and Description |
|---|---|
protected Identifier |
findTable(String tableName,
List<Identifier> tableNames) |
protected void |
hashOneSchema(HashConsumer hc) |
protected void |
hashOneTable(Table t,
HashConsumer hc) |
checkIfHashingAndCopyingIsSupported, displayRowCount, execute, runerror, error, getCommandName, infopublic GenericHashCommand(String commandName, String datasourceName) throws InvalidConfigurationException, SQLException, UnsupportedDatabaseTypeException
protected void hashOneSchema(HashConsumer hc) throws SQLException, UnsupportedDatabaseTypeException, InvalidSchemaException, CouldNotHashException, NoSuchAlgorithmException, InvalidHashFileException, InvalidConfigurationException, IOException
protected Identifier findTable(String tableName, List<Identifier> tableNames)
protected void hashOneTable(Table t, HashConsumer hc) throws CouldNotHashException, NoSuchAlgorithmException, SQLException
Copyright © 2025. All rights reserved.