public abstract class DBObject extends Object
Constructor and Description |
---|
DBObject() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
checkParamNull(String name,
T param)
Internally used for parameter checking
|
abstract <T extends DBDatabase> |
getDatabase()
Returns the database object to which this object belongs to.
|
public static <T> T checkParamNull(String name, T param)
T
- the object typename
- the name of the param to checkparam
- the param vlaue to checkpublic abstract <T extends DBDatabase> T getDatabase()
T
- the object typeCopyright © 2008–2023 Apache Software Foundation. All rights reserved.