Contents Index grant method setDatabaseID method

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

revoke method

Prototype 

void revoke( String user )

Description 

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.

The grant method is supplied on JdbcConnection for applications that do not have an explicit JdbcDatabase object.

Parameters 

user    The user name that can no longer connect to the database.

Returns 

void.

Throws 

java.sql.SQLException


Contents Index grant method setDatabaseID method