Contents Index globalAutoincUsage method revoke method

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

grant method

Prototype 

void grant( String user, String password  )

Description 

Grants a user name and password permission to connect to an UltraLite database. 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    A string that must be entered as a user name when connecting.

password    A string that must be entered as a password when connecting.

Returns 

void.

Throws 

java.sql.SQLException


Contents Index globalAutoincUsage method revoke method