Uses of Class
highfive.model.TableHashingOrdering
-
Packages that use TableHashingOrdering Package Description highfive.model -
-
Uses of TableHashingOrdering in highfive.model
Methods in highfive.model that return types with arguments of type TableHashingOrdering Modifier and Type Method Description LinkedHashMap<String,TableHashingOrdering>DataSource. getHashingOrderings()Constructor parameters in highfive.model with type arguments of type TableHashingOrdering 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)
-