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
-
Method Summary
Modifier and TypeMethodDescriptionstatic NoSQLHandle
createNoSQLHandle
(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
NoSQLHandle
instance, ready for use - Throws:
IllegalArgumentException
- if an illegal configuration parameter is specified.- See Also:
-