Oracle NoSQL Database Examples
version 11gR2.2.0.26

externaltables
Class LoadCookbookData

java.lang.Object
  extended by externaltables.LoadCookbookData

public class LoadCookbookData
extends Object

A class used in the External Tables Cookbook example to create sample records in the NoSQL Database.


Field Summary
(package private) static String USER_OBJECT_TYPE
           
 
Constructor Summary
LoadCookbookData(String[] argv)
          Parses command line args and opens the KVStore.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_OBJECT_TYPE

static final String USER_OBJECT_TYPE
See Also:
Constant Field Values
Constructor Detail

LoadCookbookData

LoadCookbookData(String[] argv)
Parses command line args and opens the KVStore.

Method Detail

main

public static void main(String[] args)

Oracle NoSQL Database Examples
version 11gR2.2.0.26

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