Uses of Class
highfive.exceptions.InvalidSchemaException
-
Packages that use InvalidSchemaException Package Description highfive.commands highfive.dialects highfive.model -
-
Uses of InvalidSchemaException in highfive.commands
Methods in highfive.commands that throw InvalidSchemaException Modifier and Type Method Description voidCopyCommand. execute()abstract voidDataSourceCommand. execute()voidHashCommand. execute()voidListColumnsAndCheckCommand. execute()voidListTablesAndCheckCommand. execute()voidVerifyCommand. execute()protected voidGenericHashCommand. hash()abstract voidCommand. run()voidDataSourceCommand. run()voidDualDataSourceCommand. run() -
Uses of InvalidSchemaException in highfive.dialects
Methods in highfive.dialects that throw InvalidSchemaException Modifier and Type Method Description List<Identifier>DB2Dialect. listTablesNames()List<Identifier>MariaDBDialect. listTablesNames()List<Identifier>MySQLDialect. listTablesNames()List<Identifier>OracleDialect. listTablesNames()List<Identifier>PostgreSQLDialect. listTablesNames()List<Identifier>SQLServerDialect. listTablesNames() -
Uses of InvalidSchemaException in highfive.model
Methods in highfive.model that throw InvalidSchemaException Modifier and Type Method Description abstract List<Identifier>Dialect. listTablesNames()List<Identifier>DialectNormalizer. listTablesNames()
-