org.sqlite.io
Interface Closeable

All Known Implementing Classes:
Blob, Database, JdbcBlob, Statement

public interface Closeable

An Interface extended a java.io.Closeable interface.


Method Summary
 void close()
          Closes this object and releases any system resources associated with it.
 boolean isClosed()
          Retrieves whether this object has been closed.
 

Method Detail

close

void close()
           throws java.sql.SQLException
Closes this object and releases any system resources associated with it.

Throws:
java.sql.SQLException - if a database access error occurs

isClosed

boolean isClosed()
Retrieves whether this object has been closed.

Returns:
true if this object is closed; false if it is still open