The properties for a connection contain additonal information about how to connect to a database and
how to control the behavior of the resulting connection should be.
[ OPTIONAL ] specifies if retrieving of auto generated values should be enabled or not.
If true than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
[ OPTIONAL ] specifies the statement which should be executed
when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
The class path is a list of zero or more internal (see the
::com::sun::star::uri::ExternalUriReferenceTranslator
service) URI references, where any space characters
(U+0020) are ignored (and, in particular, separate adjacent
URI references). Any “vnd.sun.star.expand” URL references
in the list are expanded using the
::com::sun::star::util::theMacroExpander
singleton.
specifies if retrieving of auto generated values should be enabled or not.
If true than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
The sequence contains an even amount of string values. Each pair describes
what should be searched for and
what should be replaced if found.
The syntax is:
COLUMN(2) = -5
COLUMN(6) = PRECISION
COLUMN(X) defines the column which will be compared and the column which will be replaced. In the example above column 2 will be compared
with the value -5. If this is true than column 6 will now return the value PRECISION.