|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalizableNamedObjectInterface | |
---|---|
com.sas.iquery.metadata.business | The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. |
com.sas.iquery.metadata.serverprop | Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. |
com.sas.iquery.metadata.serverprop.formats | Server properties classes that describe SAS formats. |
Uses of LocalizableNamedObjectInterface in com.sas.iquery.metadata.business |
---|
Subinterfaces of LocalizableNamedObjectInterface in com.sas.iquery.metadata.business | |
---|---|
interface |
BusinessItem
Specifies a modeled object that has an identity within its model and used directly in forming business queries. |
interface |
CompoundFilter
Specifies a filter that is definedin terms of other separately defined filters. |
interface |
DataItem
Provides support for the mapping of physical data to a single unit of business data. |
interface |
DataItemReference
Specifies a reference to a DataItem object along with some set of overridden attributes of the base data item. |
interface |
FilterItem
Contains a single conditional expression which is used to filter data when running a query and typically yields a resultset containing less data. |
interface |
LocalizableModelObject
Implemented by a model object that has localized labels and descriptions and provides methods to modify them. |
interface |
MapFolder
A folder used for organizing business items within an InformationMap. |
interface |
Prompt
Enables you to specify portions of a business query at the time a query is run. |
Uses of LocalizableNamedObjectInterface in com.sas.iquery.metadata.serverprop |
---|
Classes in com.sas.iquery.metadata.serverprop that implement LocalizableNamedObjectInterface | |
---|---|
class |
Category
Defines categories or groupings of function and operator definitions that are found within a ServerProperties object. |
class |
Function
Models a function definition that can be used within expressions to perform more complex queries. |
class |
Operator
Models an operator definition that can be used within expressions to perform more complex queries. |
Uses of LocalizableNamedObjectInterface in com.sas.iquery.metadata.serverprop.formats |
---|
Classes in com.sas.iquery.metadata.serverprop.formats that implement LocalizableNamedObjectInterface | |
---|---|
class |
SASFormatCategory
Contains SAS Format Categories. |
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |