firedac接口

firedac接口

/// <author>cxg 2020-8-8</author>
/// firedac接口
/// TFDJSONDataSets, TFDJSONDeltas, 只支持WINDOWS

unit firedacIntf;

interface

uses
  Data.FireDACJSONReflect,
  SysUtils;

type
  IFiredacIntf = interface
    function qrySql(const accountNo, sql: string): TFDJSONDataSets;
    function save(const accountNo, tableName: string; delta: TFDJSONDeltas): Boolean;
  end;

implementation

end.

  

posted @ 2020-08-08 14:31  delphi中间件  阅读(266)  评论(0编辑  收藏  举报