Contents Index connect method grant method

UltraLite Static Java User's Guide
  UltraLite Static Java API Reference
    UltraLite API reference
      Class JdbcDatabase

drop method

Prototype 

void drop( )

Description 

Deletes an UltraLite database file. This method should be used with care, and can be executed only after the JdbcDatabase.close() method has been called.

Returns 

void

Throws 

java.sql.SQLException

See also 

close method


Contents Index connect method grant method