|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ISQLValue | |
| com.celequest.api.function | Celequest user-defined function APIs. |
| com.celequest.api.type | Celequest data-types. |
| Uses of ISQLValue in com.celequest.api.function |
| Methods in com.celequest.api.function with parameters of type ISQLValue | |
void |
IUDAggregateFunction.insert(IUDAggregateState aggregateState,
ISQLValue[] values)
Inserts a set of values into the aggregate state. |
void |
IUDAggregateFunction.delete(IUDAggregateState aggregateState,
ISQLValue[] values)
Deletes a set of values (that were previously inserted) from the aggregate state. |
void |
IUDAggregateFunction.getResult(IUDAggregateState aggregateState,
ISQLValue result)
This method is used to retrieve the computed aggregate value for the specified aggregate state. |
void |
IUDScalarFunction.execute(ISQLValue[] args,
ISQLValue output)
Computes the result of the function applied to the arguments in the input array and stores the result in the output object. |
void |
IUDFunctionWithVariableResultType.getDecimalResultType(ISQLValue[] arguments,
IUDFunctionWithVariableResultType.IDecimalResultTypeSetter decimalResultTypeSetter)
Passed an array of UDF arguments, this method looks at the types of those arguments, including the precision and scale of any ISQLDecimal arguments, and calls the setPrecision and setScale methods on the passed-in IDecimalResultTypeSetter to specify the precision and scale of the ISQLDecimal type that should be returned by the UDF. |
void |
IUDFunctionWithVariableResultType.getVarcharResultType(ISQLValue[] arguments,
IUDFunctionWithVariableResultType.IVarcharResultTypeSetter varcharResultTypeSetter)
Passed an array of UDF arguments, this method looks at the types of those arguments, including the maximum specified string length of ISQLVarchar arguments, and calls the setSpecifiedMaxStrLength methods on the passed-in IVarcharResultTypeSetter to specify the maximum specified string length of the ISQLVarchar type that should be returned by the UDF. |
| Uses of ISQLValue in com.celequest.api.type |
| Subinterfaces of ISQLValue in com.celequest.api.type | |
interface |
ISQLBoolean
SQL "BOOLEAN" value. |
interface |
ISQLDecimal
SQL "DECIMAL" value. |
interface |
ISQLDouble
SQL "DOUBLE" value. |
interface |
ISQLInteger
SQL "INTEGER" value. |
interface |
ISQLLong
SQL "LONG" value. |
interface |
ISQLNumeric
SQL "NUMERIC" values. |
interface |
ISQLTimestamp
SQL "TIMESTAMP" value. |
interface |
ISQLVarchar
SQL "VARCHAR" value. |
| Methods in com.celequest.api.type with parameters of type ISQLValue | |
void |
ISQLValue.set(ISQLValue v)
Set the value of this type with the specified object. |
|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||