public abstract class DBObject extends Object
Base class for object objects that perform operations on Crux Database.
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDatabase |
db |
protected static Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
DBObject(AbstractDatabase db)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
reportError(Callback callback,
String error,
Exception e)
Report an error on a database operation
|
protected static Logger logger
protected final AbstractDatabase db
protected DBObject(AbstractDatabase db)
db - database referenceCopyright © 2015. All rights reserved.