UltraLite User's Guide
Developing UltraLite Java Applications
UltraLite API reference
Class JdbcDatabase
void revoke( String user )
Revokes permission to connect to an UltraLite database from a user name. To take effect, this method requires that user authentication has been enabled with JdbcSupport.enableUserAuthentication.
user The user name that can no longer connect to the database.
void.
java.sql.SQLException