org.cruxframework.crux.core.client.db
Class DBObject
java.lang.Object
org.cruxframework.crux.core.client.db.DBObject
- Direct Known Subclasses:
- AbstractObjectStore, IDXFileStore, Index, Transaction, WSQLCursor
public abstract class DBObject
- extends Object
CRUX INTERNAL CLASS. DO NOT USE IT DIRECTLY.
Base class for object objects that perform operations on Crux Database.
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static Logger logger
db
protected final AbstractDatabase db
DBObject
protected DBObject(AbstractDatabase db)
- Constructor
- Parameters:
db - database reference
reportError
protected void reportError(Callback callback,
String error,
Exception e)
- Report an error on a database operation
- Parameters:
callback - called to handle the errorerror - message describing the error occurrede - the error
Copyright © 2014. All rights reserved.