Obtains the value of a database property.
public void ULGetDatabaseProperty( SQLCA * sqlca, ul_database_property_id id, char * dst, size_t buffer_size, ul_bool * null_indicator )
sqlca A pointer to the SQLCA.
id The identifier for the database property.
dst A character array to store the value of the property.
buffer_size The size of the character array dst.
null_indicator An indicator that the database parameter is null.