public class MyFormatter extends Object implements Formatter
Formatter.toOracleLoaderFormat(oracle.kv.KeyValueVersion, oracle.kv.KVStore)
method accepts a KeyValueVersion
and returns a String which can be interpreted by
the ACCESS PARAMETERS of the External Table definition.Modifier and Type | Method and Description |
---|---|
String |
toOracleLoaderFormat(KeyValueVersion kvv,
KVStore kvStore)
Convert a KeyValueVersion into a String which can be interpreted by
the Oracle External Table definition.
|
public String toOracleLoaderFormat(KeyValueVersion kvv, KVStore kvStore)
oracle.kv.exttab.Formatter
toOracleLoaderFormat
in interface Formatter
kvv
- the Key and Value to be formatted.kvStore
- the KV Store object related to this record so that the
Formatter may retrieve (e.g.) Avro bindings.Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.