Package oracle.nosql.driver
Class NoSQLHandleFactory
java.lang.Object
oracle.nosql.driver.NoSQLHandleFactory
Factory class used to produce handles to operate on tables.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic NoSQLHandlecreateNoSQLHandle(NoSQLHandleConfig config) Creates a handle that can be used to access tables.
- 
Constructor Details- 
NoSQLHandleFactorypublic NoSQLHandleFactory()
 
- 
- 
Method Details- 
createNoSQLHandleCreates 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:
 
 
-