Class | Description |
---|---|
DateLQLBuilder |
Used to help in building the EQL when the attribute with date type involved especially when date dimension exists.
|
LQLBuilder | |
LQLFilterCollection |
Used to collect the generated LQL AST fragments created by all the
QueryFunction s in the current
QueryState , then combine those fragments into a single clause to be sent to the MDEX Engine. |
LQLUtils |
A collection of utilities for use when working with LQL ASTs, expressions, fragments, statements, etc.
|
Enum | Description |
---|---|
DateLQLBuilder.DatePattern |
Enum detailing date pattern usable in the string connections
|
LQLBuilder.AdditiveOp |
Enum detailing mathematical operations that can be used in LQL queries.
|
LQLBuilder.CompareOp |
Enum detailing operations usable in the LQL ComparisonExpression.
|
LQLBuilder.CubeRollupType |
Enum detailing CubeRollup types that can be used in distinguishing the type when executes rollup/cube function.
|
LQLBuilder.Function |
Enum detailing functions usable in the LQL FunctionCallExpression.
|
LQLBuilder.LQLMDEXType |
Represents types that come from MDEX records generated by LQL.
|
LQLBuilder.MultiplicativeOp | |
LQLBuilder.SystemMetric |
Exception | Description |
---|---|
LQLException |
Exception thrown when encountering an error working with LQL.
|
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.