|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScalarValueBuffer | |
---|---|
be.SIRAPRISE.server | |
be.SIRAPRISE.typeimplementations |
Uses of ScalarValueBuffer in be.SIRAPRISE.server |
---|
Methods in be.SIRAPRISE.server with parameters of type ScalarValueBuffer | |
---|---|
ValueBuffer |
IntervalTypeImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsTupleImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
Deprecated. |
ValueBuffer |
DbmsRelationImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
Uses of ScalarValueBuffer in be.SIRAPRISE.typeimplementations |
---|
Fields in be.SIRAPRISE.typeimplementations declared as ScalarValueBuffer | |
---|---|
static ScalarValueBuffer |
DbmsBooleanImplementation.falseValue
Value representing 'false' |
static ScalarValueBuffer |
DbmsBooleanImplementation.trueValue
Value representing 'true' |
Methods in be.SIRAPRISE.typeimplementations that return ScalarValueBuffer | |
---|---|
static ScalarValueBuffer |
DbmsAngleImplementation.getAngleValueBuffer(double radians)
Gets a ValueBuffer holding the angle value represented by the argument |
ScalarValueBuffer |
XOR_BOOLEAN_BOOLEAN.getIdentityElement()
|
ScalarValueBuffer |
PLUS_TIMEOFDAY_TIMEOFDAY.getIdentityElement()
The identity value is 0:0:0.0 |
ScalarValueBuffer |
PLUS_LONG_LONG.getIdentityElement()
The identity value for PLUS is LONG(0) |
ScalarValueBuffer |
PLUS_INT_INT.getIdentityElement()
The identity value for PLUS is INT(0) |
ScalarValueBuffer |
PLUS_FLOAT_FLOAT.getIdentityElement()
The identity value for PLUS is FLOAT(0.0) |
ScalarValueBuffer |
PLUS_DECIMAL_DECIMAL.getIdentityElement()
Deprecated. The identity value for PLUS is 0 |
ScalarValueBuffer |
PLUS_AVERAGE_AVERAGE.getIdentityElement()
The identity value is the AVERAGE value with COUNT 0 and VALUE 0.0 |
ScalarValueBuffer |
OR_BOOLEAN_BOOLEAN.getIdentityElement()
|
ScalarValueBuffer |
MULT_LONG_LONG.getIdentityElement()
The identity value is 1 |
ScalarValueBuffer |
MULT_INT_INT.getIdentityElement()
The identity value is 1 |
ScalarValueBuffer |
MULT_FLOAT_FLOAT.getIdentityElement()
The identity value is 1.0 |
ScalarValueBuffer |
MIN_TIMEOFDAY_TIMEOFDAY.getIdentityElement()
The identity value is the highest possible TIMEOFDAY value, 23:59:59.999999999 |
ScalarValueBuffer |
MIN_LONG_LONG.getIdentityElement()
The identity value is the highest possible LONG value, 263-1 |
ScalarValueBuffer |
MIN_INT_INT.getIdentityElement()
The identity value is the highest possible INT value, 231-1 |
ScalarValueBuffer |
MIN_FLOAT_FLOAT.getIdentityElement()
The identity value is the highest possible FLOAT value, 1.7976931348623157e+308 |
ScalarValueBuffer |
MIN_DATE_DATE.getIdentityElement()
The identity value is the highest possible DATE value, 9999-12-31. |
ScalarValueBuffer |
MAX_TIMEOFDAY_TIMEOFDAY.getIdentityElement()
The identity value is the lowest possible TIMEOFDAY value, 00:00:00.000000000 |
ScalarValueBuffer |
MAX_LONG_LONG.getIdentityElement()
The identity value is the lowest possible LONG value, -263 |
ScalarValueBuffer |
MAX_INT_INT.getIdentityElement()
The identity value is the lowest possible INT value, -231 |
ScalarValueBuffer |
MAX_FLOAT_FLOAT.getIdentityElement()
The identity value is the lowest possible FLOAT value, -1.7976931348623157E308 |
ScalarValueBuffer |
MAX_DATE_DATE.getIdentityElement()
The identity value is DATE(1,1,1) |
ScalarValueBuffer |
EQ_BOOLEAN_BOOLEAN.getIdentityElement()
|
ScalarValueBuffer |
AND_BOOLEAN_BOOLEAN.getIdentityElement()
|
ScalarValueBuffer |
AggregationOperatorImplementation.getIdentityElement()
Gets the identity element of the operator in its domain. |
static ScalarValueBuffer |
DbmsBooleanImplementation.getNegatedJavaBooleanBuffer(ScalarValueBuffer buffer)
Converts a ValueBuffer holding a boolean into a java boolean |
static ScalarValueBuffer |
DbmsFloatImplementation.getValueBuffer(double javaDouble)
Transforms a java type into a SIRA_PRISE ValueBuffer |
static ScalarValueBuffer |
DbmsIntImplementation.getValueBuffer(int i)
Returns a ScalarValueBuffer holding the given integer value |
static ScalarValueBuffer |
DbmsDateImplementation.getValueBuffer(int yyyy,
int mm,
int dd)
Creates a new ScalarValueBuffer holding the date value implied by the arguments |
static ScalarValueBuffer |
DbmsTimeofdayImplementation.getValueBuffer(int hours,
int minutes,
int seconds,
int nanoSeconds)
Creates a new ScalarValueBuffer holding the time-of-day value implied by the arguments |
static ScalarValueBuffer |
DbmsLongImplementation.getValueBuffer(long value)
Converts a value into a ScalarValueBuffer |
static ScalarValueBuffer |
DbmsStringImplementation.getValueBuffer(java.lang.String value)
Gets a SIRA_PRISE scalarvaluebuffer from a java String |
static ScalarValueBuffer |
DbmsNameImplementation.getValueBuffer(java.lang.String value)
Gets a ValueBuffer containing the given Name value |
static ScalarValueBuffer |
DbmsFilenameImplementation.getValueBuffer(java.lang.String value)
Gets a ValueBuffer containing the given Name value |
static ScalarValueBuffer |
DbmsNameImplementation.getValueBuffer(java.lang.String value,
int maximumLogicalLengthAllowed)
Gets a ValueBuffer of the given size containing the given Name value |
static ScalarValueBuffer |
DbmsFilenameImplementation.getValueBuffer(java.lang.String value,
int maximumLogicalLengthAllowed)
Gets a ValueBuffer of the given size containing the given Name value |
Methods in be.SIRAPRISE.typeimplementations with parameters of type ScalarValueBuffer | |
---|---|
ValueBuffer |
PossRepImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
"Extracts" a possrep component value out of a value of the type |
ValueBuffer |
DbmsTimeofdayImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsStringImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsNameImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsLongImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsIntImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsFooImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsFloatImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsFilenameImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsDecimalImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
Deprecated. |
ValueBuffer |
DbmsDateImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsCharImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsBooleanImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsBitsImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsBarImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsAverageImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
ValueBuffer |
DbmsAngleImplementation.getComponentValue(java.lang.String componentName,
ScalarValueBuffer valueBuffer)
|
static boolean |
DbmsBooleanImplementation.getJavaBoolean(ScalarValueBuffer buffer)
Converts a ValueBuffer holding a boolean into a java boolean |
static double |
DbmsAngleImplementation.getJavaDouble(ScalarValueBuffer scalarValueBuffer)
Gets the angle value as a value of the most appropriate java type |
static int |
DbmsIntImplementation.getJavaInt(ScalarValueBuffer valueBuffer)
Inspects a ScalarValueBuffer holding an integer and returns that integer |
static long |
DbmsLongImplementation.getJavaLong(ScalarValueBuffer valueBuffer)
|
static java.lang.String |
DbmsStringImplementation.getJavaString(ScalarValueBuffer valueBuffer)
Gets a java String from a SIRA_PRISE scalarvaluebuffer |
static java.lang.String |
DbmsNameImplementation.getJavaString(ScalarValueBuffer buffer)
Gets the Name value contained in the valuebuffer in java String format |
static java.lang.String |
DbmsFilenameImplementation.getJavaString(ScalarValueBuffer buffer)
Gets the Name value contained in the valuebuffer in java String format |
static boolean |
DbmsBooleanImplementation.getNegatedJavaBoolean(ScalarValueBuffer buffer)
Converts a ValueBuffer holding a boolean into a java boolean representing the negation of that boolean |
static ScalarValueBuffer |
DbmsBooleanImplementation.getNegatedJavaBooleanBuffer(ScalarValueBuffer buffer)
Converts a ValueBuffer holding a boolean into a java boolean |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |