T
- the type of Java objectpublic interface ObjectSettable<T> extends ScalarSettable, ObjectTyped<T>
TokenSettable
object containing a Java object.TokenTypeConstant#OBJECT(Class)
Modifier and Type | Method and Description |
---|---|
void |
set(T obj)
Sets the container to the given object value.
|
set, setNull, setZero
getType
void set(T obj)
The value is stored by reference. Therefore, the caller must guarantee that the provided object will not be modified subsequent to this call. Failure to comply may result in unexpected behavior.
obj
- object value to which to set the containerCopyright © 2020 Actian Corporation. All rights reserved.