Changes between Version 35 and Version 36 of FDORfc34


Ignore:
Timestamp:
Aug 26, 2009, 7:05:19 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v35 v36  
    601601A high level class diagram of existing reader related interfaces in FDO is as illustrated below.
    602602 
    603 Both FdoISqlReader and FdoIDataReader have the function to get the column name or property name according to the index. With this capability, it should be pretty easy to provide default implementation for all access by index functions. Take GetInt32() as an example:
     603Both FdoISqlReader and FdoIDataReader have the function to get the column name or property name according to the index. With this capability, it should be pretty easy to provide default implementation for all access by index functions. Take {{{GetInt32()}}} as an example:
    604604
    605605{{{