Uses of Interface
com.orchestranetworks.query.Query
Packages that use Query
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
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 QueryModifier and TypeMethodDescriptionAdaptation.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 QueryModifier and TypeMethodDescriptionCreates a query from the specified SQL string, whose result will returnTuple
objects.<T> Query<T>
Creates a query from the specified SQL string, whose result will return objects of the specified type.