required/CWS dba22ui : OSQLNode/Iterator: several methods migrated from XDatabaseMetaData to XConnection

[email protected] Wed, 6 Dec 2006 13:22:04 +0100 (MET)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <17221310.1165407724003.JavaMail.root@so-web5>
------=_Part_122_18142818.1165407724002
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit



          Type: required
         Title: OSQLNode/Iterator: several methods migrated from XDatabaseMetaData to XConnection
     Posted by: [email protected]
      Affected: [email protected],-
Effective from: CWS dba22ui


*Summary*
--------
- OSQLParseNode::parseNodeTo(Predicate)Str(
    XDatabaseMetaData, ...
+ OSQLParseNode::parseNodeTo(Predicate)Str(
    XConnection, ...
- OSQLParseTreeIterator::getColumnRange(
    XDatabaseMetaData, ...
+ OSQLParseTreeIterator h::getColumnRange(
    XConnection, ...

*Description*
-------------
The above-mentioned methods at the OSQLParseNode resp.
OSQLParseTreeIterator have been changed to take an XConnection
argument, instead of an XDatabaseMetaData instance. Reasoning is that
an XConnection allows to retrieve additional settings, which in some
situations cannot be obtained with the same reliability from the
object behind XDatabaseMetaData::getConnection.



------=_Part_122_18142818.1165407724002
Content-Type: text/plain; charset=us-ascii

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
------=_Part_122_18142818.1165407724002--