摘要:
1、可以自定义一个新的数据源 参考: internal class VirtualDataSource : DataSourceBase { private int FVirtualRowsCount; public int VirtualRowsCount { get { return FVirtualRowsCount; } ... 阅读全文
摘要:
用户可以自定义聚合函数 ODCIAggregate,定义了四个聚集函数:初始化、迭代、合并和终止。 Initialization is accomplished by the ODCIAggregateInitialize() routine, which is invoked by Oracle to initialize the computation of the user-defin... 阅读全文