public class DatabaseUtil
extends java.lang.Object
Constructor and Description |
---|
DatabaseUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
checkForNullDbt(DatabaseEntry dbt,
java.lang.String name,
boolean checkData)
Throw an exception if the dbt is null or the data field is not set.
|
static void |
checkForNullParam(java.lang.Object param,
java.lang.String name)
Throw an exception if the parameter is null.
|
static void |
checkForPartialKey(DatabaseEntry dbt)
Throw an exception if the key dbt has the partial flag set.
|
public static void checkForNullParam(java.lang.Object param, java.lang.String name)
public static void checkForNullDbt(DatabaseEntry dbt, java.lang.String name, boolean checkData)
public static void checkForPartialKey(DatabaseEntry dbt)