com.sleepycat.je.dbi
Class TruncateResult

java.lang.Object
  extended by com.sleepycat.je.dbi.TruncateResult

public class TruncateResult
extends Object

Holds the result of a database truncate operation.


Constructor Summary
TruncateResult(DatabaseImpl db, int count)
           
 
Method Summary
 DatabaseImpl getDatabase()
           
 int getRecordCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TruncateResult

TruncateResult(DatabaseImpl db,
               int count)
Method Detail

getDatabase

public DatabaseImpl getDatabase()

getRecordCount

public int getRecordCount()


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.