Contents Index Class JdbcSupport disableUserAuthentication method

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

enableUserAuthentication method

Prototype 

void enableUserAuthentication( )

Description 

Sets the UltraLite database so that user authentication is required to connect to it. Must be called before the database object is created.

Parameters 

None.

Returns 

Void.

Throws 

java.sql.SQLException

See also 

User authentication example


Contents Index Class JdbcSupport disableUserAuthentication method