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.
本文来自博客园,作者:{咏南中间件},转载请注明原文链接:https://www.cnblogs.com/hnxxcxg/p/13457689.html

浙公网安备 33010602011771号