Uses of Class
oracle.kv.lob.KVLargeObject.LOBState
- 
Packages that use KVLargeObject.LOBState Package Description oracle.kv.lob The KVLargeObject interface defines the operations used to read and write Large Objects (LOBs) such as audio and video files. - 
- 
Uses of KVLargeObject.LOBState in oracle.kv.lob
Methods in oracle.kv.lob that return KVLargeObject.LOBState Modifier and Type Method Description KVLargeObject.LOBStatePartialLOBException. getPartialState()Returns the state associated with the LOB.static KVLargeObject.LOBStateKVLargeObject.LOBState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KVLargeObject.LOBState[]KVLargeObject.LOBState. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -