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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to