it.eng.qbe.utility
Interface IDBSpaceChecker

All Known Implementing Classes:
SimpleSpaceChecker

public interface IDBSpaceChecker

The Interface IDBSpaceChecker.


Method Summary
 int getPercentageOfFreeSpace(java.sql.Connection aConnection)
          Gets the percentage of free space.
 

Method Detail

getPercentageOfFreeSpace

int getPercentageOfFreeSpace(java.sql.Connection aConnection)
Gets the percentage of free space.

Parameters:
aConnection - - The sql connection provide by qbe, pay attention this class must keep the connection open
Returns:
a numeber representing the available space for the given connection in db