com.sleepycat.je.dbi
Class TruncateResult
java.lang.Object
com.sleepycat.je.dbi.TruncateResult
public class TruncateResult
- extends Object
Holds the result of a database truncate operation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TruncateResult
TruncateResult(DatabaseImpl db,
int count)
getDatabase
public DatabaseImpl getDatabase()
getRecordCount
public int getRecordCount()
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.