|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.syntax.FunctionDescriptorArgument
oracle.olapi.syntax.FunctionDescriptorTypedExpressionArgument
public final class FunctionDescriptorTypedExpressionArgument
A FunctionDescriptorArgument for a function that takes
a TypedExpression as an argument.
| Field Summary | |
|---|---|
static int |
CLOB_OR_VARCHAR2
A constant that indicates that the data type should be a VARCHAR2 or a CLOB. |
static int |
LOSSLESS_TYPE
A constant that indicates that the data type of the argument should be modified if necessary to avoid any loss of precision. |
static int |
NO_EFFECT
A constant that indicates that the argument does not have an effect upon the return type of the function. |
| Method Summary | |
|---|---|
java.lang.String |
getArgumentName()
Gets a name that describes the argument for the function description. |
int |
getDataTypeCategory()
Gets the DataType category of the argument, which is one
of the category fields of the DataType class, such as
DATE_CATEGORY. |
int |
getReturnTypeEffect()
Gets the value of one of the fields of this class, which indicates the effect of the argument on the return type of the function. |
| Methods inherited from class oracle.olapi.syntax.FunctionDescriptorArgument |
|---|
isOptional, isRepeated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_EFFECT
public static final int LOSSLESS_TYPE
public static final int CLOB_OR_VARCHAR2
VARCHAR2 or a CLOB.
| Method Detail |
|---|
public java.lang.String getArgumentName()
String that contains a name for the argument.public int getDataTypeCategory()
DataType category of the argument, which is one
of the category fields of the DataType class, such as
DATE_CATEGORY.
public int getReturnTypeEffect()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||