Uses of Class
highfive.model.Table
-
Packages that use Table Package Description highfive.commands highfive.dialects highfive.model -
-
Uses of Table in highfive.commands
Method parameters in highfive.commands with type arguments of type Table Modifier and Type Method Description protected voidDataSourceCommand. checkIfHashingAndCopyingIsSupported(List<Table> tables)protected voidDataSourceCommand. displayRowCount(List<Table> tables) -
Uses of Table in highfive.dialects
Methods in highfive.dialects that return Table Modifier and Type Method Description 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 Table in highfive.model
Methods in highfive.model that return Table Modifier and Type Method Description abstract TableDialect. getTableMetaData(Identifier table)TableDialectNormalizer. getTableMetaData(Identifier table)Methods in highfive.model with parameters of type Table Modifier and Type Method Description voidTableHashingOrdering. validate(DataSource ds, Table t)
-