Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

getDatabaseProperty function

Returns a property of the database.

Syntax
String Connection.getDatabaseProperty(
  String name
) throws ULjException
Parameters
  • name   The name of the database property.

Returns

The value of the property that corresponds to the given name.