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