Uses of Interface
com.orchestranetworks.query.QueryBuilder
-
Packages that use QueryBuilder Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.query Provides the API for accessing and processing data stored in EBX®. -
-
Uses of QueryBuilder in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return QueryBuilder Modifier and Type Method Description QueryBuilderAdaptation. createQueryBuilder()Returns a query builder initialized with this dataset for unqualified tables. -
Uses of QueryBuilder in com.orchestranetworks.query
Methods in com.orchestranetworks.query that return QueryBuilder Modifier and Type Method Description QueryBuilderQueryBuilder. addDataset(String aName, Adaptation aDataset)Adds the specified dataset using the provided name.
-