Properties set in the derby.properties file and on the command line of the application that boots are always static, because reads this file and
those parameters only at startup.
Only properties set in the following ways have the potential to be dynamic:
- As database-wide properties
- As system-wide properties via a Properties object
in the application in which the engine is embedded
See the " properties"
section of the for information
about specific properties.