Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
EnvironmentConfig.getErrorHandler()
Return the function to be called if an error occurs.
|
ErrorHandler |
DatabaseConfig.getErrorHandler()
Return the function to be called if an error occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentConfig.setErrorHandler(ErrorHandler errorHandler)
Set the function to be called if an error occurs.
|
void |
DatabaseConfig.setErrorHandler(ErrorHandler errorHandler)
Set the function to be called if an error occurs.
|
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.