Package oracle.nosql.driver
Class NoSQLHandleFactory
java.lang.Object
oracle.nosql.driver.NoSQLHandleFactory
Factory class used to produce handles to operate on tables.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic NoSQLHandlecreateNoSQLHandle(NoSQLHandleConfig config) Creates a handle that can be used to access tables. 
- 
Constructor Details
- 
NoSQLHandleFactory
public NoSQLHandleFactory() 
 - 
 - 
Method Details
- 
createNoSQLHandle
Creates a handle that can be used to access tables. The application must invokeNoSQLHandle.close(), when it is done accessing the system to free up resources associated with the handle.- Parameters:
 config- the NoSQLHandle configuration parameters- Returns:
 - a valid 
NoSQLHandleinstance, ready for use - Throws:
 IllegalArgumentException- if an illegal configuration parameter is specified.- See Also:
 
 
 -