Uses of Interface
com.orchestranetworks.query.Query
-
Packages that use Query 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 Query in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return Query Modifier and Type Method Description default Query<Tuple>Adaptation. createQuery(String aSqlString)Creates a query over this dataset from the specified SQL string. -
Uses of Query in com.orchestranetworks.query
Methods in com.orchestranetworks.query that return Query Modifier and Type Method Description Query<Tuple>QueryBuilder. build(String aSql)Creates a query from the specified SQL string, whose result will returnTupleobjects.<T> Query<T>QueryBuilder. build(String aSql, Class<T> aClass)Creates a query from the specified SQL string, whose result will return objects of the specified type.
-