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)
name - param - public abstract <T extends DBDatabase> T getDatabase()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.