| Package | Description | 
|---|---|
| com.pervasive.datarush.functions | 
 Provides classes and interfaces related to defining functions on records. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DateTime.DateTimeValue | 
DateTime.DateTimeValue.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DateTime.DateTimeValue[] | 
DateTime.DateTimeValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ScalarValuedFunction | 
DateTime.getTextValue(ScalarValuedFunction expr,
            DateTime.DateTimeValue valueType)
Create a function that will extract the wanted date or time value as text
 from the given function applied to a record flow. 
 | 
static ScalarValuedFunction | 
DateTime.getTextValue(ScalarValuedFunction expr,
            DateTime.DateTimeValue valueType,
            TimeZone tz)
Create a function that will extract the wanted date or time value as text
 from the given function applied to a record flow. 
 | 
static ScalarValuedFunction | 
DateTime.getTextValue(String field,
            DateTime.DateTimeValue valueType)
Create a function that will extract the wanted date or time value as text
 from the named field contained in a record flow. 
 | 
static ScalarValuedFunction | 
DateTime.getTextValue(String field,
            DateTime.DateTimeValue valueType,
            TimeZone tz)
Create a function that will extract the wanted date or time value as text
 from the named field contained in a record flow. 
 | 
static ScalarValuedFunction | 
DateTime.getValue(ScalarValuedFunction expr,
        DateTime.DateTimeValue valueType)
Create a function that will extract the wanted date or time value
 from the given function applied to a record flow. 
 | 
static ScalarValuedFunction | 
DateTime.getValue(ScalarValuedFunction expr,
        DateTime.DateTimeValue valueType,
        TimeZone tz)
Create a function that will extract the wanted date or time value
 from the given function applied to a record flow. 
 | 
static ScalarValuedFunction | 
DateTime.getValue(String field,
        DateTime.DateTimeValue valueType)
Create a function that will extract the wanted date or time value
 from the named field contained in a record flow. 
 | 
static ScalarValuedFunction | 
DateTime.getValue(String field,
        DateTime.DateTimeValue valueType,
        TimeZone tz)
Create a function that will extract the wanted date or time value
 from the named field contained in a record flow. 
 | 
Copyright © 2024 Actian Corporation. All rights reserved.