public interface DatabaseMethods
| Modifier and Type | Method and Description |
|---|---|
Surrogate |
makeSurrogate(Database db,
DBObjectType dot,
DBObjectId id)
Create a surrogate for a database object.
|
Surrogate |
makeSurrogate(DBObject dBObject,
DBObjectId id)
Create a surrogate for a database object.
|
Surrogate makeSurrogate(Database db, DBObjectType dot, DBObjectId id)
db - the database of the objectdot - the type of the objectid - the internal ID of the database objectSurrogate makeSurrogate(DBObject dBObject, DBObjectId id)
dBObject - a database objectid - the internal ID of the database objectCopyright © 2017. All rights reserved.