Request set of properties associated with a table.
Returns a property object containing all properties that the store
knows about, which are stored persistently by the store. This set
of properties may vary from implementation to implementation of the
store.
This call is meant to be used only for internal query of the properties
by jbms, for instance by language during bulk insert so that it can
create a new conglomerate which exactly matches the properties that
the original container was created with. This call should not be used
by the user interface to present properties to users as it may contain
properties that are meant to be internal to jbms. Some properties are
meant only to be specified by jbms code and not by users on the command
line.
Note that not all properties passed into createConglomerate() are stored
persistently, and that set may vary by store implementation.
Parameters: prop - Property list to add properties to. If null, routine willcreate a new Properties object, fill it in and return it. exception: StandardException - Standard exception policy. |