Oracle NoSQL Database
version 11gR2.2.0.26

Uses of Interface
oracle.kv.ValueBinding

Packages that use ValueBinding
oracle.kv.avro Binding classes for serializing and deserializing Values as Avro binary data. 
 

Uses of ValueBinding in oracle.kv.avro
 

Subinterfaces of ValueBinding in oracle.kv.avro
 interface AvroBinding<T>
          The AvroBinding interface has the same methods as ValueBinding, but adds semantics and exceptions that are specific to the Avro data format.
 interface GenericAvroBinding
          The GenericAvroBinding interface has the same methods as AvroBinding, but represents values as instances of GenericRecord.
 interface JsonAvroBinding
          The JsonAvroBinding interface has the same methods as AvroBinding, but represents values as instances of JsonRecord.
 interface RawAvroBinding
          The RawAvroBinding interface has the same methods as AvroBinding, but represents values as instances of RawRecord.
 interface SpecificAvroBinding<T extends SpecificRecord>
          The SpecificAvroBinding interface has the same methods as AvroBinding, but represents values as instances of a generated Avro specific class which implements SpecificRecord.
 


Oracle NoSQL Database
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.