class DatabaseUtil
extends java.lang.Object
| Constructor and Description |
|---|
DatabaseUtil() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
checkForNullDbt(DatabaseEntry dbt,
java.lang.String name,
boolean checkData)
Throws an exception if the dbt is null or the data field is not set.
|
(package private) static void |
checkForNullParam(java.lang.Object param,
java.lang.String name)
Throws an exception if the parameter is null.
|
(package private) static void |
checkForPartialKey(DatabaseEntry dbt)
Throws an exception if the key dbt has the partial flag set.
|
static void checkForNullParam(java.lang.Object param,
java.lang.String name)
static void checkForNullDbt(DatabaseEntry dbt, java.lang.String name, boolean checkData)
static void checkForPartialKey(DatabaseEntry dbt)
Copyright (c) 2004,2008 Oracle. All rights reserved.