Package | Description |
---|---|
oracle.ifs.share.sql |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DataValue.convertToBoolean(DataValueLocalizer localizer,
int index)
Converts this DataValue to a boolean.
|
protected boolean[] |
DataValue.convertToBooleanArray(DataValueLocalizer localizer)
Converts this DataValue to an array of booleans.
|
protected Boolean |
DataValue.convertToBooleanObject(DataValueLocalizer localizer,
int index)
Converts this DataValue to a Boolean.
|
protected Boolean[] |
DataValue.convertToBooleanObjectArray(DataValueLocalizer localizer)
Converts this DataValue to an array of Booleans.
|
protected Date |
DataValue.convertToDate(DataValueLocalizer localizer,
int index)
Converts this DataValue to a Date.
|
protected Date[] |
DataValue.convertToDateArray(DataValueLocalizer localizer)
Converts this DataValue to an array of Dates.
|
protected double |
DataValue.convertToDouble(DataValueLocalizer localizer,
int index)
Converts this DataValue to a double.
|
protected double[] |
DataValue.convertToDoubleArray(DataValueLocalizer localizer)
Converts this DataValue to an array of doubles.
|
protected Double |
DataValue.convertToDoubleObject(DataValueLocalizer localizer,
int index)
Converts this DataValue to a Double.
|
protected Double[] |
DataValue.convertToDoubleObjectArray(DataValueLocalizer localizer)
Converts this DataValue to an array of Doubles.
|
protected int |
DataValue.convertToInteger(DataValueLocalizer localizer,
int index)
Converts this DataValue to an int.
|
protected int[] |
DataValue.convertToIntegerArray(DataValueLocalizer localizer)
Converts this DataValue to an array of ints.
|
protected Integer |
DataValue.convertToIntegerObject(DataValueLocalizer localizer,
int index)
Converts this DataValue to an Integer.
|
protected Integer[] |
DataValue.convertToIntegerObjectArray(DataValueLocalizer localizer)
Converts this DataValue to an array of Integers.
|
protected long |
DataValue.convertToLong(DataValueLocalizer localizer,
int index)
Converts this DataValue to a long.
|
protected long[] |
DataValue.convertToLongArray(DataValueLocalizer localizer)
Converts this DataValue to an array of longs.
|
protected Long |
DataValue.convertToLongObject(DataValueLocalizer localizer,
int index)
Converts this DataValue to a Long.
|
protected Long[] |
DataValue.convertToLongObjectArray(DataValueLocalizer localizer)
Converts this DataValue to an array of Longs.
|
protected String |
DataValue.convertToString(DataValueLocalizer localizer,
int index)
Converts this DataValue to a String.
|
protected String[] |
DataValue.convertToStringArray(DataValueLocalizer localizer)
Converts this DataValue to an array of Strings.
|
boolean |
DataValue.getBoolean(DataValueLocalizer localizer)
Gets this DataValue's representation as a boolean.
|
boolean[] |
DataValue.getBooleanArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of booleans.
|
boolean |
DataValue.getBooleanArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of booleans.
|
Boolean |
DataValue.getBooleanObject(DataValueLocalizer localizer)
Gets this DataValue's representation as a Boolean.
|
Boolean[] |
DataValue.getBooleanObjectArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of Booleans.
|
Boolean |
DataValue.getBooleanObjectArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of Booleans.
|
Date |
DataValue.getDate(DataValueLocalizer localizer)
Gets this DataValue's representation as a Date.
|
Date[] |
DataValue.getDateArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of Dates.
|
Date |
DataValue.getDateArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of Dates.
|
double |
DataValue.getDouble(DataValueLocalizer localizer)
Gets this DataValue's representation as a double.
|
double[] |
DataValue.getDoubleArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of doubles.
|
double |
DataValue.getDoubleArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of doubles.
|
Double |
DataValue.getDoubleObject(DataValueLocalizer localizer)
Gets this DataValue's representation as a Double.
|
Double[] |
DataValue.getDoubleObjectArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of Doubles.
|
Double |
DataValue.getDoubleObjectArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of Doubles.
|
int |
DataValue.getInteger(DataValueLocalizer localizer)
Gets this DataValue's representation as an int.
|
int[] |
DataValue.getIntegerArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of ints.
|
int |
DataValue.getIntegerArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of ints.
|
Integer |
DataValue.getIntegerObject(DataValueLocalizer localizer)
Gets this DataValue's representation as an Integer.
|
Integer[] |
DataValue.getIntegerObjectArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of Integers.
|
Integer |
DataValue.getIntegerObjectArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of Integers.
|
long |
DataValue.getLong(DataValueLocalizer localizer)
Gets this DataValue's representation as a long.
|
long[] |
DataValue.getLongArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of longs.
|
long |
DataValue.getLongArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of longs.
|
Long |
DataValue.getLongObject(DataValueLocalizer localizer)
Gets this DataValue's representation as a Long.
|
Long[] |
DataValue.getLongObjectArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of Longs.
|
Long |
DataValue.getLongObjectArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of Longs.
|
Object |
DataValue.getObject(DataValueLocalizer localizer)
Gets the default object representation of this DataValue.
|
String |
DataValue.getString(DataValueLocalizer localizer)
Gets this DataValue's representation as a String.
|
String[] |
DataValue.getStringArray(DataValueLocalizer localizer)
Gets this DataValue's representation as an array of Strings.
|
String |
DataValue.getStringArray(DataValueLocalizer localizer,
int index)
Get the specified element of this DataValue's representation
as an array of Strings.
|
protected Boolean |
DataValue.toBoolean(Double value,
DataValueLocalizer localizer)
Converts a Double to a Boolean.
|
protected Boolean |
DataValue.toBoolean(Integer value,
DataValueLocalizer localizer)
Converts an Integer to a Boolean.
|
protected Boolean |
DataValue.toBoolean(Long value,
DataValueLocalizer localizer)
Converts a Long to a Boolean.
|
protected Boolean |
DataValue.toBoolean(String value,
DataValueLocalizer localizer)
Converts a String to a Boolean.
|
protected Date |
DataValue.toDate(Date value,
DataValueLocalizer localizer)
Converts a Date to a Date (creates a clone).
|
protected Date |
DataValue.toDate(String value,
DataValueLocalizer localizer)
Converts a String to a Date.
|
protected Double |
DataValue.toDouble(Boolean value,
DataValueLocalizer localizer)
Converts a Boolean to a Double.
|
protected Double |
DataValue.toDouble(Number value,
DataValueLocalizer localizer)
Converts a Number to a Double.
|
protected Double |
DataValue.toDouble(String value,
DataValueLocalizer localizer)
Converts a String to a Double.
|
protected Integer |
DataValue.toInteger(Boolean value,
DataValueLocalizer localizer)
Converts a Boolean to an Integer.
|
protected Integer |
DataValue.toInteger(Number value,
DataValueLocalizer localizer)
Converts a Number to an Integer.
|
protected Integer |
DataValue.toInteger(String value,
DataValueLocalizer localizer)
Converts a String to an Integer.
|
protected Long |
DataValue.toLong(Boolean value,
DataValueLocalizer localizer)
Converts a Boolean to a Long.
|
protected Long |
DataValue.toLong(Date value,
DataValueLocalizer localizer)
Converts a Date to a Long.
|
protected Long |
DataValue.toLong(Number value,
DataValueLocalizer localizer)
Converts a Number to a Long.
|
protected Long |
DataValue.toLong(String value,
DataValueLocalizer localizer)
Converts a String to a Long.
|
protected String |
DataValue.toString(Boolean value,
DataValueLocalizer localizer)
Converts a Boolean to a String.
|
String |
DataValue.toString(DataValueLocalizer localizer)
Gets the default object representation of this DataValue as a
string.
|
protected String |
DataValue.toString(Date value,
DataValueLocalizer localizer)
Converts a Date to a String.
|
protected String |
DataValue.toString(Double value,
DataValueLocalizer localizer)
Converts a Double to a String.
|
protected String |
DataValue.toString(Integer value,
DataValueLocalizer localizer)
Converts an Integer to a String.
|
protected String |
DataValue.toString(Long value,
DataValueLocalizer localizer)
Converts a Long to a String.
|
Copyright © 2023. All rights reserved.