Sets database-specific properties.
These properties may only be set before the first Model has been
stored in the database. After that point, the database structure
is frozen.
Use these properties to optionally customize the database - this
won't change the results you see when using the graph interface,
but it may alter the speed with which you get them or the space
required by the database.
The properties must form a complete and consistent set.
The easist way to get a complete and consistent set is to call
getDatabaseProperties, modify the returned model, and then use
that as an argument in the call to setDatabaseProperties.
Note that some implementations may choose to delay actually peforming
the formatting operation until at least one Graph is constructed in
the database. Consequently, a successful return from this call
does not necessarily guarantee that the database properties
were set correctly.
Parameters: propertyModel - is a Model describing the database parameters since: Jena 2.0 |