Package | Description |
---|---|
oracle.ifs.share.sql |
Modifier and Type | Method and Description |
---|---|
static DataValue[] |
DataValue.hashtableToArray(Hashtable ht)
Converts a hash table of DataValues to an array.
|
static DataValue |
DataValue.newDataValue()
Constructs a null DataValue of an unknown data type.
|
static DataValue |
DataValue.newDataValue(boolean value)
Constructs a new boolean DataValue.
|
static DataValue |
DataValue.newDataValue(Boolean value)
Constructs a new boolean DataValue.
|
static DataValue |
DataValue.newDataValue(boolean[] values)
Constructs a new array-type boolean DataValue.
|
static DataValue |
DataValue.newDataValue(Boolean[] values)
Constructs a new array-type boolean DataValue.
|
static DataValue |
DataValue.newDataValue(DataValue dv)
Constructs a new DataValue identical to the specified
DataValue except with no name.
|
static DataValue |
DataValue.newDataValue(Date value)
Constructs a new date DataValue.
|
static DataValue |
DataValue.newDataValue(Date[] values)
Constructs a new array-type date DataValue.
|
static DataValue |
DataValue.newDataValue(double value)
Constructs a new double DataValue.
|
static DataValue |
DataValue.newDataValue(Double value)
Constructs a new double DataValue.
|
static DataValue |
DataValue.newDataValue(double[] values)
Constructs a new array-type double DataValue.
|
static DataValue |
DataValue.newDataValue(Double[] values)
Constructs a new array-type double DataValue.
|
static DataValue |
DataValue.newDataValue(int value)
Constructs a new integer DataValue.
|
static DataValue |
DataValue.newDataValue(int[] values)
Constructs a new array-type integer DataValue.
|
static DataValue |
DataValue.newDataValue(Integer value)
Constructs a new integer DataValue.
|
static DataValue |
DataValue.newDataValue(Integer[] values)
Constructs a new array-type integer DataValue.
|
static DataValue |
DataValue.newDataValue(long value)
Constructs a new long DataValue.
|
static DataValue |
DataValue.newDataValue(Long value)
Constructs a new long DataValue.
|
static DataValue |
DataValue.newDataValue(long[] values)
Constructs a new array-type long DataValue.
|
static DataValue |
DataValue.newDataValue(Long[] values)
Constructs a new array-type long DataValue.
|
static DataValue |
DataValue.newDataValue(Long id,
int dataType)
Internal use only: Constructs a new DataValue of the specified data
type for the specified id.
|
static DataValue |
DataValue.newDataValue(Object value)
Constructs a new DataValue for the specified object.
|
static DataValue |
DataValue.newDataValue(String value)
Constructs a new string DataValue.
|
static DataValue |
DataValue.newDataValue(String[] values)
Constructs a new array-type string DataValue.
|
static DataValue |
DataValue.newNullDataValue(int dataType)
Constructs a null DataValue of the specified data type.
|
static DataValue |
DataValue.overrideName(String name,
DataValue dv)
Overrides the name set for this DataValue by cloning
the DataValue if the name is already set.
|
Modifier and Type | Method and Description |
---|---|
static Hashtable |
DataValue.arrayToHashtable(DataValue[] values)
Converts an array of DataValues to a Hashtable, hashed by name.
|
static DataValue |
DataValue.newDataValue(DataValue dv)
Constructs a new DataValue identical to the specified
DataValue except with no name.
|
static DataValue |
DataValue.overrideName(String name,
DataValue dv)
Overrides the name set for this DataValue by cloning
the DataValue if the name is already set.
|
Copyright © 2023. All rights reserved.