public interface ODatabasePooled
Modifier and Type | Method and Description |
---|---|
void |
forceClose()
Force closing the current instance avoiding to being reused.
|
boolean |
isUnderlyingOpen()
Tells if the underlying database is closed.
|
void |
reuse(Object iOwner,
Object[] iAdditionalArgs)
Reuses current instance.
|
void reuse(Object iOwner, Object[] iAdditionalArgs)
iOwner
- iAdditionalArgs
- boolean isUnderlyingOpen()
void forceClose()
Copyright © 2009–2020 OrientDB. All rights reserved.