Uses of Class
highfive.exceptions.UnsupportedDatabaseTypeException
-
Packages that use UnsupportedDatabaseTypeException Package Description highfive.commands highfive.dialects highfive.model -
-
Uses of UnsupportedDatabaseTypeException in highfive.commands
Methods in highfive.commands that throw UnsupportedDatabaseTypeException Modifier and Type Method Description protected voidDataSourceCommand. checkIfHashingAndCopyingIsSupported(List<Table> tables)voidCopyCommand. execute()abstract voidDataSourceCommand. execute()voidHashCommand. execute()voidListColumnsAndCheckCommand. execute()voidListTablesAndCheckCommand. execute()voidVerifyCommand. execute()protected voidGenericHashCommand. hash()abstract voidCommand. run()voidDataSourceCommand. run()voidDualDataSourceCommand. run()Constructors in highfive.commands that throw UnsupportedDatabaseTypeException Constructor Description CopyCommand(String sourceDatasourceName, String destDatasourceName)DataSourceCommand(String commandName, String datasourceName)DualDataSourceCommand(String commandName, String datasourceName1, String datasourceName2)GenericHashCommand(String commandName, String datasourceName)HashCommand(String datasourceName)ListColumnsAndCheckCommand(String datasourceName)ListTablesAndCheckCommand(String datasourceName)VerifyCommand(String datasourceName, String baselineFile) -
Uses of UnsupportedDatabaseTypeException in highfive.dialects
Methods in highfive.dialects that throw UnsupportedDatabaseTypeException Modifier and Type Method Description protected Serializer<?>DB2Dialect. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)protected Serializer<?>MariaDBDialect. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)protected Serializer<?>MySQLDialect. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)protected Serializer<?>OracleDialect. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)protected Serializer<?>PostgreSQLDialect. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)protected Serializer<?>SQLServerDialect. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)TableDB2Dialect. getTableMetaData(Identifier tn)TableMariaDBDialect. getTableMetaData(Identifier tn)TableMySQLDialect. getTableMetaData(Identifier tn)TableOracleDialect. getTableMetaData(Identifier tn)TablePostgreSQLDialect. getTableMetaData(Identifier tn)TableSQLServerDialect. getTableMetaData(Identifier tn) -
Uses of UnsupportedDatabaseTypeException in highfive.model
Methods in highfive.model that throw UnsupportedDatabaseTypeException Modifier and Type Method Description protected abstract Serializer<?>Dialect. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)protected Serializer<?>DialectNormalizer. getDefaultSerializer(Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)static DialectDialectFactory. getDialect(DataSource ds)protected Serializer<?>Dialect. getSerializer(String renderedType, Identifier table, String name, String type, boolean unsigned, BigInteger maxLength, Integer precision, Integer scale)abstract TableDialect. getTableMetaData(Identifier table)TableDialectNormalizer. getTableMetaData(Identifier table)static DataSourceDataSource. load(String name)Constructors in highfive.model that throw UnsupportedDatabaseTypeException Constructor Description DataSource(String name, String driverJAR, String driverClass, String url, String username, String password, String catalog, String schema, String removeTablePrefix, Boolean declaredSelectAutoCommit, boolean readOnly, TableFilter tableFilter, ColumnFilter columnFilter, Long maxRows, long insertBatchSize, TypeSolver solver, LinkedHashMap<String,TableHashingOrdering> hashingOrderings)
-