Uses of Class
highfive.model.DataSource
-
Packages that use DataSource Package Description highfive.commands highfive.dialects highfive.model -
-
Uses of DataSource in highfive.commands
Fields in highfive.commands declared as DataSource Modifier and Type Field Description protected DataSourceDataSourceCommand. dsprotected DataSourceDualDataSourceCommand. ds2 -
Uses of DataSource in highfive.dialects
Constructors in highfive.dialects with parameters of type DataSource Constructor Description DB2Dialect(DataSource ds, Connection conn)MariaDBDialect(DataSource ds, Connection conn)MySQLDialect(DataSource ds, Connection conn)OracleDialect(DataSource ds, Connection conn)PostgreSQLDialect(DataSource ds, Connection conn)SQLServerDialect(DataSource ds, Connection conn) -
Uses of DataSource in highfive.model
Fields in highfive.model declared as DataSource Modifier and Type Field Description protected DataSourceDialect. dsMethods in highfive.model that return DataSource Modifier and Type Method Description static DataSourceDataSource. load(String name)Methods in highfive.model with parameters of type DataSource Modifier and Type Method Description static DialectDialectFactory. getDialect(DataSource ds)voidTableHashingOrdering. validate(DataSource ds, Table t)Constructors in highfive.model with parameters of type DataSource Constructor Description Dialect(DataSource ds, Connection conn)
-